Color Hex Logo

#99aedb Color Hex

#99AEDB
(153,174,219)
0 Favorites   0 Comments

Color spaces of #99aedb

RGB 153174219
HSL0.610.480.73
HSV221°30°86°
CMYK 0.300.210.00   0.14
XYZ41.059142.158972.9913
Yxy42.15890.26280.2699
Hunter Lab64.9299-0.7509-21.2003
CIE-Lab70.98033.0574-25.0724

#99aedb color RGB value is (153,174,219).

#99aedb hex color red value is 153, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #99aedb hue: 0.61 , saturation: 0.48 and the lightness value of 99aedb is 0.73.

The process color (four color CMYK) of #99aedb color hex is 0.30, 0.21, 0.00, 0.14. Web safe color of #99aedb is #9999cc. Color #99aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 11011011
Octal 231 256 333
Decimal 153 174 219
Hex 99 AE DB

RGB Percentages of Color #99aedb

%28.02
%31.87
%40.11

CMYK Percentages of Color #99aedb

%30
%21
%0
%14

Triadic Colors of #99aedb

#99aedb #db99ae #aedb99

Analogous Colors of #99aedb

#99aedb #a599db #99cfdb

Monochromatic Colors of #99aedb

#99aedb

Complementary Color

#99aedb #dbc699

#99aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aedb Color CSS Codes

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

#99aedb Text Font Color

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

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


#99aedb Background Color

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

This div background color is #99aedb


#99aedb Border Color

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

This div border color is #99aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aedb


Comments

No comments written yet.

Please login to write comment.