Color Hex Logo

#99db95 Color Hex

#99DB95
(153,219,149)
0 Favorites   0 Comments

Color spaces of #99db95

RGB 153219149
HSL0.320.490.72
HSV117°32°86°
CMYK 0.300.000.32   0.14
XYZ43.893259.605337.6253
Yxy59.60530.31100.4224
Hunter Lab77.2045-33.624925.1484
CIE-Lab81.6232-34.313227.9688

#99db95 color RGB value is (153,219,149).

#99db95 hex color red value is 153, green value is 219 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #99db95 hue: 0.32 , saturation: 0.49 and the lightness value of 99db95 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 10010101
Octal 231 333 225
Decimal 153 219 149
Hex 99 DB 95

RGB Percentages of Color #99db95

%29.37
%42.03
%28.60

CMYK Percentages of Color #99db95

%30
%0
%32
%14

Triadic Colors of #99db95

#99db95 #9599db #db9599

Analogous Colors of #99db95

#99db95 #95dbb4 #bcdb95

Monochromatic Colors of #99db95

#99db95

Complementary Color

#99db95 #d795db

#99db95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99db95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99db95 Color CSS Codes

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

#99db95 Text Font Color

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

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


#99db95 Background Color

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

This div background color is #99db95


#99db95 Border Color

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

This div border color is #99db95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99db95


Comments

No comments written yet.

Please login to write comment.