Color Hex Logo

#99aaeb Color Hex

#99AAEB
(153,170,235)
0 Favorites   0 Comments

Color spaces of #99aaeb

RGB 153170235
HSL0.630.670.76
HSV228°35°92°
CMYK 0.350.280.00   0.08
XYZ42.507041.519984.3710
Yxy41.51990.25240.2466
Hunter Lab64.43594.9897-32.5279
CIE-Lab70.53869.3529-34.4948

#99aaeb color RGB value is (153,170,235).

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

The process color (four color CMYK) of #99aaeb color hex is 0.35, 0.28, 0.00, 0.08. Web safe color of #99aaeb is #9999ff. Color #99aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 11101011
Octal 231 252 353
Decimal 153 170 235
Hex 99 AA EB

RGB Percentages of Color #99aaeb

%27.42
%30.47
%42.11

CMYK Percentages of Color #99aaeb

%35
%28
%0
%8

Triadic Colors of #99aaeb

#99aaeb #eb99aa #aaeb99

Analogous Colors of #99aaeb

#99aaeb #b199eb #99d3eb

Monochromatic Colors of #99aaeb

#99aaeb

Complementary Color

#99aaeb #ebda99

#99aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aaeb Color CSS Codes

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

#99aaeb Text Font Color

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

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


#99aaeb Background Color

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

This div background color is #99aaeb


#99aaeb Border Color

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

This div border color is #99aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aaeb


Comments

No comments written yet.

Please login to write comment.