Color Hex Logo

#99dcab Color Hex

#99DCAB
(153,220,171)
0 Favorites   0 Comments

Color spaces of #99dcab

RGB 153220171
HSL0.380.490.73
HSV136°30°86°
CMYK 0.300.000.22   0.14
XYZ46.080860.899047.8540
Yxy60.89900.29760.3933
Hunter Lab78.0378-31.163118.2689
CIE-Lab82.3244-31.019017.4645

#99dcab color RGB value is (153,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 10101011
Octal 231 334 253
Decimal 153 220 171
Hex 99 DC AB

RGB Percentages of Color #99dcab

%28.13
%40.44
%31.43

CMYK Percentages of Color #99dcab

%30
%0
%22
%14

Triadic Colors of #99dcab

#99dcab #ab99dc #dcab99

Analogous Colors of #99dcab

#99dcab #99dccd #a9dc99

Monochromatic Colors of #99dcab

#99dcab

Complementary Color

#99dcab #dc99ca

#99dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcab Color CSS Codes

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

#99dcab Text Font Color

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

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


#99dcab Background Color

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

This div background color is #99dcab


#99dcab Border Color

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

This div border color is #99dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcab


Comments

No comments written yet.

Please login to write comment.