Color Hex Logo

#9fd4ce Color Hex

#9FD4CE
(159,212,206)
0 Favorites   0 Comments

Color spaces of #9fd4ce

RGB 159212206
HSL0.480.380.73
HSV173°25°83°
CMYK 0.250.000.03   0.17
XYZ48.982158.914167.1825
Yxy58.91410.27980.3365
Hunter Lab76.7555-20.41111.8336
CIE-Lab81.2444-18.2872-2.6036

#9fd4ce color RGB value is (159,212,206).

#9fd4ce hex color red value is 159, green value is 212 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9fd4ce hue: 0.48 , saturation: 0.38 and the lightness value of 9fd4ce is 0.73.

The process color (four color CMYK) of #9fd4ce color hex is 0.25, 0.00, 0.03, 0.17. Web safe color of #9fd4ce is #99cccc. Color #9fd4ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010100 11001110
Octal 237 324 316
Decimal 159 212 206
Hex 9F D4 CE

RGB Percentages of Color #9fd4ce

%27.56
%36.74
%35.70

CMYK Percentages of Color #9fd4ce

%25
%0
%3
%17

Triadic Colors of #9fd4ce

#9fd4ce #ce9fd4 #d4ce9f

Analogous Colors of #9fd4ce

#9fd4ce #9fc0d4 #9fd4b4

Monochromatic Colors of #9fd4ce

#9fd4ce

Complementary Color

#9fd4ce #d49fa5

#9fd4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd4ce Color CSS Codes

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

#9fd4ce Text Font Color

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

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


#9fd4ce Background Color

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

This div background color is #9fd4ce


#9fd4ce Border Color

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

This div border color is #9fd4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd4ce


Comments

No comments written yet.

Please login to write comment.