Color Hex Logo

#9fdccc Color Hex

#9FDCCC
(159,220,204)
0 Favorites   0 Comments

Color spaces of #9fdccc

RGB 159220204
HSL0.460.470.74
HSV164°28°86°
CMYK 0.280.000.07   0.14
XYZ50.790462.917066.5940
Yxy62.91700.28170.3490
Hunter Lab79.3202-24.51315.7467
CIE-Lab83.3987-22.69961.6094

#9fdccc color RGB value is (159,220,204).

#9fdccc hex color red value is 159, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9fdccc hue: 0.46 , saturation: 0.47 and the lightness value of 9fdccc is 0.74.

The process color (four color CMYK) of #9fdccc color hex is 0.28, 0.00, 0.07, 0.14. Web safe color of #9fdccc is #99cccc. Color #9fdccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011100 11001100
Octal 237 334 314
Decimal 159 220 204
Hex 9F DC CC

RGB Percentages of Color #9fdccc

%27.27
%37.74
%34.99

CMYK Percentages of Color #9fdccc

%28
%0
%7
%14

Triadic Colors of #9fdccc

#9fdccc #cc9fdc #dccc9f

Analogous Colors of #9fdccc

#9fdccc #9fcedc #9fdcae

Monochromatic Colors of #9fdccc

#9fdccc

Complementary Color

#9fdccc #dc9faf

#9fdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdccc Color CSS Codes

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

#9fdccc Text Font Color

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

This sample text font color is #9fdccc
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.


#9fdccc Background Color

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

This div background color is #9fdccc


#9fdccc Border Color

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

This div border color is #9fdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdccc


Comments

No comments written yet.

Please login to write comment.