Color Hex Logo

#99aeea Color Hex

#99AEEA
(153,174,234)
0 Favorites   0 Comments

Color spaces of #99aeea

RGB 153174234
HSL0.620.660.76
HSV224°35°92°
CMYK 0.350.260.00   0.08
XYZ43.124242.984983.8659
Yxy42.98490.25370.2529
Hunter Lab65.56292.6740-29.9478
CIE-Lab71.54476.8581-32.3929

#99aeea color RGB value is (153,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 11101010
Octal 231 256 352
Decimal 153 174 234
Hex 99 AE EA

RGB Percentages of Color #99aeea

%27.27
%31.02
%41.71

CMYK Percentages of Color #99aeea

%35
%26
%0
%8

Triadic Colors of #99aeea

#99aeea #ea99ae #aeea99

Analogous Colors of #99aeea

#99aeea #ad99ea #99d7ea

Monochromatic Colors of #99aeea

#99aeea

Complementary Color

#99aeea #ead599

#99aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aeea Color CSS Codes

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

#99aeea Text Font Color

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

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


#99aeea Background Color

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

This div background color is #99aeea


#99aeea Border Color

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

This div border color is #99aeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,174,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 #99aeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aeea


Comments

No comments written yet.

Please login to write comment.