Color Hex Logo

#99deea Color Hex

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

Color spaces of #99deea

RGB 153222234
HSL0.520.660.76
HSV189°35°92°
CMYK 0.350.050.00   0.08
XYZ54.109464.955487.5277
Yxy64.95540.26190.3144
Hunter Lab80.5949-21.2007-7.9737
CIE-Lab84.4607-18.6252-12.7542

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

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

The process color (four color CMYK) of #99deea color hex is 0.35, 0.05, 0.00, 0.08. Web safe color of #99deea is #99ccff. Color #99deea contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #99deea

%25.12
%36.45
%38.42

CMYK Percentages of Color #99deea

%35
%5
%0
%8

Triadic Colors of #99deea

#99deea #ea99de #deea99

Analogous Colors of #99deea

#99deea #99b6ea #99eace

Monochromatic Colors of #99deea

#99deea

Complementary Color

#99deea #eaa599

#99deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99deea Color CSS Codes

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

#99deea Text Font Color

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

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


#99deea Background Color

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

This div background color is #99deea


#99deea Border Color

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

This div border color is #99deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99deea


Comments

No comments written yet.

Please login to write comment.