Color Hex Logo

#9fd8cd Color Hex

#9FD8CD
(159,216,205)
0 Favorites   0 Comments

Color spaces of #9fd8cd

RGB 159216205
HSL0.470.420.74
HSV168°26°85°
CMYK 0.260.000.05   0.15
XYZ49.873460.890466.8820
Yxy60.89040.28070.3428
Hunter Lab78.0323-22.47043.8048
CIE-Lab82.3198-20.5058-0.4952

#9fd8cd color RGB value is (159,216,205).

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

The process color (four color CMYK) of #9fd8cd color hex is 0.26, 0.00, 0.05, 0.15. Web safe color of #9fd8cd is #99cccc. Color #9fd8cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011000 11001101
Octal 237 330 315
Decimal 159 216 205
Hex 9F D8 CD

RGB Percentages of Color #9fd8cd

%27.41
%37.24
%35.34

CMYK Percentages of Color #9fd8cd

%26
%0
%5
%15

Triadic Colors of #9fd8cd

#9fd8cd #cd9fd8 #d8cd9f

Analogous Colors of #9fd8cd

#9fd8cd #9fc7d8 #9fd8b1

Monochromatic Colors of #9fd8cd

#9fd8cd

Complementary Color

#9fd8cd #d89faa

#9fd8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd8cd Color CSS Codes

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

#9fd8cd Text Font Color

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

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


#9fd8cd Background Color

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

This div background color is #9fd8cd


#9fd8cd Border Color

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

This div border color is #9fd8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd8cd


Comments

No comments written yet.

Please login to write comment.