Color Hex Logo

#aabbed Color Hex

#AABBED
(170,187,237)
1 Favorites   0 Comments

Color spaces of #aabbed

RGB 170187237
HSL0.620.650.80
HSV225°28°93°
CMYK 0.280.210.00   0.07
XYZ49.633950.201187.1946
Yxy50.20110.26540.2684
Hunter Lab70.85271.0509-23.3681
CIE-Lab76.19255.2582-26.7736

#aabbed color RGB value is (170,187,237).

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

The process color (four color CMYK) of #aabbed color hex is 0.28, 0.21, 0.00, 0.07. Web safe color of #aabbed is #99ccff. Color #aabbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11101101
Octal 252 273 355
Decimal 170 187 237
Hex AA BB ED

RGB Percentages of Color #aabbed

%28.62
%31.48
%39.90

CMYK Percentages of Color #aabbed

%28
%21
%0
%7

Triadic Colors of #aabbed

#aabbed #edaabb #bbedaa

Analogous Colors of #aabbed

#aabbed #bbaaed #aadded

Monochromatic Colors of #aabbed

#aabbed

Complementary Color

#aabbed #eddcaa

#aabbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbed Color CSS Codes

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

#aabbed Text Font Color

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

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


#aabbed Background Color

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

This div background color is #aabbed


#aabbed Border Color

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

This div border color is #aabbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbed

#aabbed Color Palettes


Comments

No comments written yet.

Please login to write comment.