Color Hex Logo

#99eade Color Hex

#99EADE
(153,234,222)
0 Favorites   0 Comments

Color spaces of #99eade

RGB 153234222
HSL0.480.660.76
HSV171°35°92°
CMYK 0.350.000.05   0.08
XYZ55.744570.891979.8527
Yxy70.89190.27000.3433
Hunter Lab84.1973-29.16592.7075
CIE-Lab87.4325-27.3016-2.0280

#99eade color RGB value is (153,234,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101010 11011110
Octal 231 352 336
Decimal 153 234 222
Hex 99 EA DE

RGB Percentages of Color #99eade

%25.12
%38.42
%36.45

CMYK Percentages of Color #99eade

%35
%0
%5
%8

Triadic Colors of #99eade

#99eade #de99ea #eade99

Analogous Colors of #99eade

#99eade #99ceea #99eab6

Monochromatic Colors of #99eade

#99eade

Complementary Color

#99eade #ea99a5

#99eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eade Color CSS Codes

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

#99eade Text Font Color

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

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


#99eade Background Color

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

This div background color is #99eade


#99eade Border Color

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

This div border color is #99eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eade


Comments

No comments written yet.

Please login to write comment.