Color Hex Logo

#99aaef Color Hex

#99AAEF
(153,170,239)
0 Favorites   0 Comments

Color spaces of #99aaef

RGB 153170239
HSL0.630.730.77
HSV228°36°94°
CMYK 0.360.290.00   0.06
XYZ43.091641.753887.4495
Yxy41.75380.25010.2423
Hunter Lab64.61725.9572-35.0079
CIE-Lab70.700810.3987-36.4228

#99aaef color RGB value is (153,170,239).

#99aaef hex color red value is 153, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #99aaef hue: 0.63 , saturation: 0.73 and the lightness value of 99aaef is 0.77.

The process color (four color CMYK) of #99aaef color hex is 0.36, 0.29, 0.00, 0.06. Web safe color of #99aaef is #9999ff. Color #99aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 11101111
Octal 231 252 357
Decimal 153 170 239
Hex 99 AA EF

RGB Percentages of Color #99aaef

%27.22
%30.25
%42.53

CMYK Percentages of Color #99aaef

%36
%29
%0
%6

Triadic Colors of #99aaef

#99aaef #ef99aa #aaef99

Analogous Colors of #99aaef

#99aaef #b399ef #99d5ef

Monochromatic Colors of #99aaef

#99aaef

Complementary Color

#99aaef #efde99

#99aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aaef Color CSS Codes

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

#99aaef Text Font Color

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

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


#99aaef Background Color

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

This div background color is #99aaef


#99aaef Border Color

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

This div border color is #99aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aaef


Comments

No comments written yet.

Please login to write comment.