Color Hex Logo

#abaaed Color Hex

#ABAAED
(171,170,237)
0 Favorites   0 Comments

Color spaces of #abaaed

RGB 171170237
HSL0.670.650.80
HSV241°28°93°
CMYK 0.280.280.00   0.07
XYZ46.455443.521886.0728
Yxy43.52180.26390.2472
Hunter Lab65.971110.2465-31.1763
CIE-Lab71.907714.9421-33.3613

#abaaed color RGB value is (171,170,237).

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

The process color (four color CMYK) of #abaaed color hex is 0.28, 0.28, 0.00, 0.07. Web safe color of #abaaed is #9999ff. Color #abaaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11101101
Octal 253 252 355
Decimal 171 170 237
Hex AB AA ED

RGB Percentages of Color #abaaed

%29.58
%29.41
%41.00

CMYK Percentages of Color #abaaed

%28
%28
%0
%7

Triadic Colors of #abaaed

#abaaed #edabaa #aaedab

Analogous Colors of #abaaed

#abaaed #cdaaed #aacbed

Monochromatic Colors of #abaaed

#abaaed

Complementary Color

#abaaed #ecedaa

#abaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaed Color CSS Codes

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

#abaaed Text Font Color

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

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


#abaaed Background Color

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

This div background color is #abaaed


#abaaed Border Color

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

This div border color is #abaaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,170,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 #abaaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaed


Comments

No comments written yet.

Please login to write comment.