Color Hex Logo

#aba9ec Color Hex

#ABA9EC
(171,169,236)
0 Favorites   0 Comments

Color spaces of #aba9ec

RGB 171169236
HSL0.670.640.79
HSV242°28°93°
CMYK 0.280.280.00   0.07
XYZ46.122943.090085.2431
Yxy43.09000.26440.2470
Hunter Lab65.643010.5447-31.0431
CIE-Lab71.616015.2575-33.2681

#aba9ec color RGB value is (171,169,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 11101100
Octal 253 251 354
Decimal 171 169 236
Hex AB A9 EC

RGB Percentages of Color #aba9ec

%29.69
%29.34
%40.97

CMYK Percentages of Color #aba9ec

%28
%28
%0
%7

Triadic Colors of #aba9ec

#aba9ec #ecaba9 #a9ecab

Analogous Colors of #aba9ec

#aba9ec #cda9ec #a9c9ec

Monochromatic Colors of #aba9ec

#aba9ec

Complementary Color

#aba9ec #eaeca9

#aba9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba9ec Color CSS Codes

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

#aba9ec Text Font Color

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

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


#aba9ec Background Color

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

This div background color is #aba9ec


#aba9ec Border Color

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

This div border color is #aba9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba9ec


Comments

No comments written yet.

Please login to write comment.