Color Hex Logo

#abaaef Color Hex

#ABAAEF
(171,170,239)
0 Favorites   0 Comments

Color spaces of #abaaef

RGB 171170239
HSL0.670.680.80
HSV241°29°94°
CMYK 0.280.290.00   0.06
XYZ46.749343.639487.6206
Yxy43.63940.26260.2452
Hunter Lab66.060110.7153-32.3988
CIE-Lab71.986815.4299-34.3268

#abaaef color RGB value is (171,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11101111
Octal 253 252 357
Decimal 171 170 239
Hex AB AA EF

RGB Percentages of Color #abaaef

%29.48
%29.31
%41.21

CMYK Percentages of Color #abaaef

%28
%29
%0
%6

Triadic Colors of #abaaef

#abaaef #efabaa #aaefab

Analogous Colors of #abaaef

#abaaef #ceaaef #aaccef

Monochromatic Colors of #abaaef

#abaaef

Complementary Color

#abaaef #eeefaa

#abaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaef Color CSS Codes

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

#abaaef Text Font Color

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

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


#abaaef Background Color

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

This div background color is #abaaef


#abaaef Border Color

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

This div border color is #abaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaef

#abaaef Color Palettes


Comments

No comments written yet.

Please login to write comment.