Color Hex Logo

#99ebbd Color Hex

#99EBBD
(153,235,189)
0 Favorites   0 Comments

Color spaces of #99ebbd

RGB 153235189
HSL0.410.670.76
HSV146°35°92°
CMYK 0.350.000.20   0.08
XYZ52.030569.863158.8867
Yxy69.86310.28780.3865
Hunter Lab83.5841-35.157416.7379
CIE-Lab86.9297-34.643714.5170

#99ebbd color RGB value is (153,235,189).

#99ebbd hex color red value is 153, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #99ebbd hue: 0.41 , saturation: 0.67 and the lightness value of 99ebbd is 0.76.

The process color (four color CMYK) of #99ebbd color hex is 0.35, 0.00, 0.20, 0.08. Web safe color of #99ebbd is #99ffcc. Color #99ebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 10111101
Octal 231 353 275
Decimal 153 235 189
Hex 99 EB BD

RGB Percentages of Color #99ebbd

%26.52
%40.73
%32.76

CMYK Percentages of Color #99ebbd

%35
%0
%20
%8

Triadic Colors of #99ebbd

#99ebbd #bd99eb #ebbd99

Analogous Colors of #99ebbd

#99ebbd #99ebe6 #9eeb99

Monochromatic Colors of #99ebbd

#99ebbd

Complementary Color

#99ebbd #eb99c7

#99ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebbd Color CSS Codes

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

#99ebbd Text Font Color

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

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


#99ebbd Background Color

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

This div background color is #99ebbd


#99ebbd Border Color

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

This div border color is #99ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebbd


Comments

No comments written yet.

Please login to write comment.