Color Hex Logo

#aba7ec Color Hex

#ABA7EC
(171,167,236)
0 Favorites   0 Comments

Color spaces of #aba7ec

RGB 171167236
HSL0.680.640.79
HSV243°29°93°
CMYK 0.280.290.00   0.07
XYZ45.753642.351585.1201
Yxy42.35150.26410.2445
Hunter Lab65.078011.6092-31.9949
CIE-Lab71.112616.3759-34.0473

#aba7ec color RGB value is (171,167,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 11101100
Octal 253 247 354
Decimal 171 167 236
Hex AB A7 EC

RGB Percentages of Color #aba7ec

%29.79
%29.09
%41.11

CMYK Percentages of Color #aba7ec

%28
%29
%0
%7

Triadic Colors of #aba7ec

#aba7ec #ecaba7 #a7ecab

Analogous Colors of #aba7ec

#aba7ec #cea7ec #a7c6ec

Monochromatic Colors of #aba7ec

#aba7ec

Complementary Color

#aba7ec #e8eca7

#aba7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7ec Color CSS Codes

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

#aba7ec Text Font Color

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

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


#aba7ec Background Color

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

This div background color is #aba7ec


#aba7ec Border Color

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

This div border color is #aba7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7ec


Comments

No comments written yet.

Please login to write comment.