Color Hex Logo

#99aede Color Hex

#99AEDE
(153,174,222)
0 Favorites   0 Comments

Color spaces of #99aede

RGB 153174222
HSL0.620.510.74
HSV222°31°87°
CMYK 0.310.220.00   0.13
XYZ41.457742.318375.0904
Yxy42.31830.26100.2664
Hunter Lab65.0525-0.0846-22.9019
CIE-Lab71.08983.8046-26.5458

#99aede color RGB value is (153,174,222).

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

The process color (four color CMYK) of #99aede color hex is 0.31, 0.22, 0.00, 0.13. Web safe color of #99aede is #9999cc. Color #99aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 11011110
Octal 231 256 336
Decimal 153 174 222
Hex 99 AE DE

RGB Percentages of Color #99aede

%27.87
%31.69
%40.44

CMYK Percentages of Color #99aede

%31
%22
%0
%13

Triadic Colors of #99aede

#99aede #de99ae #aede99

Analogous Colors of #99aede

#99aede #a799de #99d1de

Monochromatic Colors of #99aede

#99aede

Complementary Color

#99aede #dec999

#99aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aede Color CSS Codes

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

#99aede Text Font Color

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

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


#99aede Background Color

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

This div background color is #99aede


#99aede Border Color

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

This div border color is #99aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aede


Comments

No comments written yet.

Please login to write comment.