Color Hex Logo

#abaae0 Color Hex

#ABAAE0
(171,170,224)
0 Favorites   0 Comments

Color spaces of #abaae0

RGB 171170224
HSL0.670.470.77
HSV241°24°88°
CMYK 0.240.240.00   0.12
XYZ44.623942.789276.4282
Yxy42.78920.27240.2612
Hunter Lab65.41357.2960-23.4842
CIE-Lab71.411711.8348-27.0341

#abaae0 color RGB value is (171,170,224).

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

The process color (four color CMYK) of #abaae0 color hex is 0.24, 0.24, 0.00, 0.12. Web safe color of #abaae0 is #9999cc. Color #abaae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11100000
Octal 253 252 340
Decimal 171 170 224
Hex AB AA E0

RGB Percentages of Color #abaae0

%30.27
%30.09
%39.65

CMYK Percentages of Color #abaae0

%24
%24
%0
%12

Triadic Colors of #abaae0

#abaae0 #e0abaa #aae0ab

Analogous Colors of #abaae0

#abaae0 #c6aae0 #aac4e0

Monochromatic Colors of #abaae0

#abaae0

Complementary Color

#abaae0 #dfe0aa

#abaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaae0 Color CSS Codes

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

#abaae0 Text Font Color

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

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


#abaae0 Background Color

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

This div background color is #abaae0


#abaae0 Border Color

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

This div border color is #abaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaae0


Comments

No comments written yet.

Please login to write comment.