Color Hex Logo

#99dbaf Color Hex

#99DBAF
(153,219,175)
0 Favorites   0 Comments

Color spaces of #99dbaf

RGB 153219175
HSL0.390.480.73
HSV140°30°86°
CMYK 0.300.000.20   0.14
XYZ46.206360.530549.8057
Yxy60.53050.29520.3867
Hunter Lab77.8013-30.141016.5056
CIE-Lab82.1257-29.806215.0821

#99dbaf color RGB value is (153,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 10101111
Octal 231 333 257
Decimal 153 219 175
Hex 99 DB AF

RGB Percentages of Color #99dbaf

%27.97
%40.04
%31.99

CMYK Percentages of Color #99dbaf

%30
%0
%20
%14

Triadic Colors of #99dbaf

#99dbaf #af99db #dbaf99

Analogous Colors of #99dbaf

#99dbaf #99dbd0 #a4db99

Monochromatic Colors of #99dbaf

#99dbaf

Complementary Color

#99dbaf #db99c5

#99dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbaf Color CSS Codes

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

#99dbaf Text Font Color

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

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


#99dbaf Background Color

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

This div background color is #99dbaf


#99dbaf Border Color

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

This div border color is #99dbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,219,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 #99dbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbaf


Comments

No comments written yet.

Please login to write comment.