Color Hex Logo

#99aecd Color Hex

#99AECD
(153,174,205)
0 Favorites   0 Comments

Color spaces of #99aecd

RGB 153174205
HSL0.600.340.70
HSV216°25°80°
CMYK 0.250.150.00   0.20
XYZ39.292441.452263.6877
Yxy41.45220.27200.2870
Hunter Lab64.3834-3.7345-13.5810
CIE-Lab70.4916-0.3368-18.1378

#99aecd color RGB value is (153,174,205).

#99aecd hex color red value is 153, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #99aecd hue: 0.60 , saturation: 0.34 and the lightness value of 99aecd is 0.70.

The process color (four color CMYK) of #99aecd color hex is 0.25, 0.15, 0.00, 0.20. Web safe color of #99aecd is #9999cc. Color #99aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 11001101
Octal 231 256 315
Decimal 153 174 205
Hex 99 AE CD

RGB Percentages of Color #99aecd

%28.76
%32.71
%38.53

CMYK Percentages of Color #99aecd

%25
%15
%0
%20

Triadic Colors of #99aecd

#99aecd #cd99ae #aecd99

Analogous Colors of #99aecd

#99aecd #9e99cd #99c8cd

Monochromatic Colors of #99aecd

#99aecd

Complementary Color

#99aecd #cdb899

#99aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aecd Color CSS Codes

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

#99aecd Text Font Color

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

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


#99aecd Background Color

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

This div background color is #99aecd


#99aecd Border Color

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

This div border color is #99aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aecd


Comments

No comments written yet.

Please login to write comment.