Color Hex Logo

#aabdeb Color Hex

#AABDEB
(170,189,235)
0 Favorites   0 Comments

Color spaces of #aabdeb

RGB 170189235
HSL0.620.620.79
HSV222°28°92°
CMYK 0.280.200.00   0.08
XYZ49.770650.939485.8064
Yxy50.93940.26680.2731
Hunter Lab71.3718-0.4251-21.3208
CIE-Lab76.64233.6889-25.0072

#aabdeb color RGB value is (170,189,235).

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

The process color (four color CMYK) of #aabdeb color hex is 0.28, 0.20, 0.00, 0.08. Web safe color of #aabdeb is #99ccff. Color #aabdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11101011
Octal 252 275 353
Decimal 170 189 235
Hex AA BD EB

RGB Percentages of Color #aabdeb

%28.62
%31.82
%39.56

CMYK Percentages of Color #aabdeb

%28
%20
%0
%8

Triadic Colors of #aabdeb

#aabdeb #ebaabd #bdebaa

Analogous Colors of #aabdeb

#aabdeb #b8aaeb #aadeeb

Monochromatic Colors of #aabdeb

#aabdeb

Complementary Color

#aabdeb #ebd8aa

#aabdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdeb Color CSS Codes

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

#aabdeb Text Font Color

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

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


#aabdeb Background Color

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

This div background color is #aabdeb


#aabdeb Border Color

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

This div border color is #aabdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdeb


Comments

No comments written yet.

Please login to write comment.