Color Hex Logo

#abaae7 Color Hex

#ABAAE7
(171,170,231)
0 Favorites   0 Comments

Color spaces of #abaae7

RGB 171170231
HSL0.670.560.79
HSV241°26°91°
CMYK 0.260.260.00   0.09
XYZ45.593143.176981.5323
Yxy43.17690.26770.2535
Hunter Lab65.70918.8635-27.5710
CIE-Lab71.674913.4935-30.4520

#abaae7 color RGB value is (171,170,231).

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

The process color (four color CMYK) of #abaae7 color hex is 0.26, 0.26, 0.00, 0.09. Web safe color of #abaae7 is #9999ff. Color #abaae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11100111
Octal 253 252 347
Decimal 171 170 231
Hex AB AA E7

RGB Percentages of Color #abaae7

%29.90
%29.72
%40.38

CMYK Percentages of Color #abaae7

%26
%26
%0
%9

Triadic Colors of #abaae7

#abaae7 #e7abaa #aae7ab

Analogous Colors of #abaae7

#abaae7 #caaae7 #aac8e7

Monochromatic Colors of #abaae7

#abaae7

Complementary Color

#abaae7 #e6e7aa

#abaae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaae7 Color CSS Codes

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

#abaae7 Text Font Color

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

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


#abaae7 Background Color

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

This div background color is #abaae7


#abaae7 Border Color

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

This div border color is #abaae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaae7


Comments

No comments written yet.

Please login to write comment.