Color Hex Logo

#99ebbe Color Hex

#99EBBE
(153,235,190)
0 Favorites   0 Comments

Color spaces of #99ebbe

RGB 153235190
HSL0.410.670.76
HSV147°35°92°
CMYK 0.350.000.19   0.08
XYZ52.139569.906759.4605
Yxy69.90670.28730.3851
Hunter Lab83.6102-35.004916.3623
CIE-Lab86.9511-34.450514.0263

#99ebbe color RGB value is (153,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 10111110
Octal 231 353 276
Decimal 153 235 190
Hex 99 EB BE

RGB Percentages of Color #99ebbe

%26.47
%40.66
%32.87

CMYK Percentages of Color #99ebbe

%35
%0
%19
%8

Triadic Colors of #99ebbe

#99ebbe #be99eb #ebbe99

Analogous Colors of #99ebbe

#99ebbe #99ebe7 #9deb99

Monochromatic Colors of #99ebbe

#99ebbe

Complementary Color

#99ebbe #eb99c6

#99ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebbe Color CSS Codes

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

#99ebbe Text Font Color

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

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


#99ebbe Background Color

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

This div background color is #99ebbe


#99ebbe Border Color

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

This div border color is #99ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebbe


Comments

No comments written yet.

Please login to write comment.