Color Hex Logo

#aba9ef Color Hex

#ABA9EF
(171,169,239)
0 Favorites   0 Comments

Color spaces of #aba9ef

RGB 171169239
HSL0.670.690.80
HSV242°29°94°
CMYK 0.280.290.00   0.06
XYZ46.562543.265987.5584
Yxy43.26590.26250.2439
Hunter Lab65.776811.2482-32.8797
CIE-Lab71.735115.9886-34.7168

#aba9ef color RGB value is (171,169,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 11101111
Octal 253 251 357
Decimal 171 169 239
Hex AB A9 EF

RGB Percentages of Color #aba9ef

%29.53
%29.19
%41.28

CMYK Percentages of Color #aba9ef

%28
%29
%0
%6

Triadic Colors of #aba9ef

#aba9ef #efaba9 #a9efab

Analogous Colors of #aba9ef

#aba9ef #cea9ef #a9caef

Monochromatic Colors of #aba9ef

#aba9ef

Complementary Color

#aba9ef #edefa9

#aba9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba9ef Color CSS Codes

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

#aba9ef Text Font Color

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

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


#aba9ef Background Color

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

This div background color is #aba9ef


#aba9ef Border Color

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

This div border color is #aba9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba9ef


Comments

No comments written yet.

Please login to write comment.