Color Hex Logo

#aabdef Color Hex

#AABDEF
(170,189,239)
0 Favorites   0 Comments

Color spaces of #aabdef

RGB 170189239
HSL0.620.680.80
HSV223°29°94°
CMYK 0.290.210.00   0.06
XYZ50.355151.173288.8848
Yxy51.17320.26450.2687
Hunter Lab71.53540.4624-23.5947
CIE-Lab76.78384.6504-26.9465

#aabdef color RGB value is (170,189,239).

#aabdef hex color red value is 170, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aabdef hue: 0.62 , saturation: 0.68 and the lightness value of aabdef is 0.80.

The process color (four color CMYK) of #aabdef color hex is 0.29, 0.21, 0.00, 0.06. Web safe color of #aabdef is #99ccff. Color #aabdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11101111
Octal 252 275 357
Decimal 170 189 239
Hex AA BD EF

RGB Percentages of Color #aabdef

%28.43
%31.61
%39.97

CMYK Percentages of Color #aabdef

%29
%21
%0
%6

Triadic Colors of #aabdef

#aabdef #efaabd #bdefaa

Analogous Colors of #aabdef

#aabdef #baaaef #aae0ef

Monochromatic Colors of #aabdef

#aabdef

Complementary Color

#aabdef #efdcaa

#aabdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdef Color CSS Codes

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

#aabdef Text Font Color

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

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


#aabdef Background Color

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

This div background color is #aabdef


#aabdef Border Color

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

This div border color is #aabdef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,189,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aabdef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aabdef;
  -webkit-box-shadow: 1px 1px 3px 2px #aabdef;
  box-shadow:         1px 1px 3px 2px #aabdef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdef


Comments

No comments written yet.

Please login to write comment.