Color Hex Logo

#9fdace Color Hex

#9FDACE
(159,218,206)
0 Favorites   0 Comments

Color spaces of #9fdace

RGB 159218206
HSL0.470.440.74
HSV168°27°85°
CMYK 0.270.000.06   0.15
XYZ50.510161.970067.6918
Yxy61.97000.28030.3439
Hunter Lab78.7210-23.23014.1216
CIE-Lab82.8975-21.2869-0.1826

#9fdace color RGB value is (159,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 11001110
Octal 237 332 316
Decimal 159 218 206
Hex 9F DA CE

RGB Percentages of Color #9fdace

%27.27
%37.39
%35.33

CMYK Percentages of Color #9fdace

%27
%0
%6
%15

Triadic Colors of #9fdace

#9fdace #ce9fda #dace9f

Analogous Colors of #9fdace

#9fdace #9fc9da #9fdab1

Monochromatic Colors of #9fdace

#9fdace

Complementary Color

#9fdace #da9fab

#9fdace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdace Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdace Color CSS Codes

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

#9fdace Text Font Color

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

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


#9fdace Background Color

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

This div background color is #9fdace


#9fdace Border Color

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

This div border color is #9fdace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,218,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 #9fdace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdace


Comments

No comments written yet.

Please login to write comment.