Color Hex Logo

#9ffced Color Hex

#9FFCED
(159,252,237)
0 Favorites   0 Comments

Color spaces of #9ffced

RGB 159252237
HSL0.470.940.81
HSV170°37°99°
CMYK 0.370.000.06   0.01
XYZ64.394583.106292.7679
Yxy83.10620.26800.3459
Hunter Lab91.1626-33.44763.4798
CIE-Lab93.0609-30.9463-1.5658

#9ffced color RGB value is (159,252,237).

#9ffced hex color red value is 159, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9ffced hue: 0.47 , saturation: 0.94 and the lightness value of 9ffced is 0.81.

The process color (four color CMYK) of #9ffced color hex is 0.37, 0.00, 0.06, 0.01. Web safe color of #9ffced is #99ffff. Color #9ffced contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111100 11101101
Octal 237 374 355
Decimal 159 252 237
Hex 9F FC ED

RGB Percentages of Color #9ffced

%24.54
%38.89
%36.57

CMYK Percentages of Color #9ffced

%37
%0
%6
%1

Triadic Colors of #9ffced

#9ffced #ed9ffc #fced9f

Analogous Colors of #9ffced

#9ffced #9fddfc #9ffcbf

Monochromatic Colors of #9ffced

#9ffced

Complementary Color

#9ffced #fc9fae

#9ffced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffced Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffced Color CSS Codes

.mybgcolor {background-color:#9ffced; } 
.myforecolor {color:#9ffced; }
.mybordercolor {border:3px solid #9ffced; }

#9ffced Text Font Color

<p style="color:#9ffced">Text here</p>

This sample text font color is #9ffced
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9ffced Background Color

<div style="background-color:#9ffced">
Div content here</div>

This div background color is #9ffced


#9ffced Border Color

<div style="border:3px solid #9ffced">
Div here</div>

This div border color is #9ffced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,252,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ffced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ffced;
  -webkit-box-shadow: 1px 1px 3px 2px #9ffced;
  box-shadow:         1px 1px 3px 2px #9ffced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,252,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9ffced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9ffced;
  -webkit-box-shadow: 1px 1px 3px 2px #9ffced;
  box-shadow:         1px 1px 3px 2px #9ffced;">
Div content here</div>

This div box has shadow with color #9ffced


Comments

No comments written yet.

Please login to write comment.