Color Hex Logo

#99dcaf Color Hex

#99DCAF
(153,220,175)
0 Favorites   0 Comments

Color spaces of #99dcaf

RGB 153220175
HSL0.390.490.73
HSV140°30°86°
CMYK 0.300.000.20   0.14
XYZ46.467961.053849.8929
Yxy61.05380.29520.3879
Hunter Lab78.1369-30.586016.8373
CIE-Lab82.4077-30.281015.4784

#99dcaf color RGB value is (153,220,175).

#99dcaf hex color red value is 153, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #99dcaf hue: 0.39 , saturation: 0.49 and the lightness value of 99dcaf is 0.73.

The process color (four color CMYK) of #99dcaf color hex is 0.30, 0.00, 0.20, 0.14. Web safe color of #99dcaf is #99cc99. Color #99dcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 10101111
Octal 231 334 257
Decimal 153 220 175
Hex 99 DC AF

RGB Percentages of Color #99dcaf

%27.92
%40.15
%31.93

CMYK Percentages of Color #99dcaf

%30
%0
%20
%14

Triadic Colors of #99dcaf

#99dcaf #af99dc #dcaf99

Analogous Colors of #99dcaf

#99dcaf #99dcd1 #a5dc99

Monochromatic Colors of #99dcaf

#99dcaf

Complementary Color

#99dcaf #dc99c6

#99dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcaf Color CSS Codes

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

#99dcaf Text Font Color

<p style="color:#99dcaf">Text here</p>

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


#99dcaf Background Color

<div style="background-color:#99dcaf">
Div content here</div>

This div background color is #99dcaf


#99dcaf Border Color

<div style="border:3px solid #99dcaf">
Div here</div>

This div border color is #99dcaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,220,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99dcaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99dcaf;
  -webkit-box-shadow: 1px 1px 3px 2px #99dcaf;
  box-shadow:         1px 1px 3px 2px #99dcaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcaf


Comments

No comments written yet.

Please login to write comment.