Color Hex Logo

#99eabb Color Hex

#99EABB
(153,234,187)
0 Favorites   0 Comments

Color spaces of #99eabb

RGB 153234187
HSL0.400.660.76
HSV145°35°92°
CMYK 0.350.000.20   0.08
XYZ51.529369.205857.6559
Yxy69.20580.28890.3879
Hunter Lab83.1900-35.016617.1413
CIE-Lab86.6059-34.565515.1019

#99eabb color RGB value is (153,234,187).

#99eabb hex color red value is 153, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #99eabb hue: 0.40 , saturation: 0.66 and the lightness value of 99eabb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101010 10111011
Octal 231 352 273
Decimal 153 234 187
Hex 99 EA BB

RGB Percentages of Color #99eabb

%26.66
%40.77
%32.58

CMYK Percentages of Color #99eabb

%35
%0
%20
%8

Triadic Colors of #99eabb

#99eabb #bb99ea #eabb99

Analogous Colors of #99eabb

#99eabb #99eae4 #a0ea99

Monochromatic Colors of #99eabb

#99eabb

Complementary Color

#99eabb #ea99c8

#99eabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eabb Color CSS Codes

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

#99eabb Text Font Color

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

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


#99eabb Background Color

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

This div background color is #99eabb


#99eabb Border Color

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

This div border color is #99eabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eabb


Comments

No comments written yet.

Please login to write comment.