Color Hex Logo

#9fdacd Color Hex

#9FDACD
(159,218,205)
0 Favorites   0 Comments

Color spaces of #9fdacd

RGB 159218205
HSL0.460.440.74
HSV167°27°85°
CMYK 0.270.000.06   0.15
XYZ50.388961.921567.0539
Yxy61.92150.28090.3452
Hunter Lab78.6902-23.40634.5607
CIE-Lab82.8717-21.49990.3108

#9fdacd color RGB value is (159,218,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 11001101
Octal 237 332 315
Decimal 159 218 205
Hex 9F DA CD

RGB Percentages of Color #9fdacd

%27.32
%37.46
%35.22

CMYK Percentages of Color #9fdacd

%27
%0
%6
%15

Triadic Colors of #9fdacd

#9fdacd #cd9fda #dacd9f

Analogous Colors of #9fdacd

#9fdacd #9fcada #9fdab0

Monochromatic Colors of #9fdacd

#9fdacd

Complementary Color

#9fdacd #da9fac

#9fdacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdacd Color CSS Codes

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

#9fdacd Text Font Color

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

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


#9fdacd Background Color

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

This div background color is #9fdacd


#9fdacd Border Color

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

This div border color is #9fdacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdacd


Comments

No comments written yet.

Please login to write comment.