Color Hex Logo

#ababea Color Hex

#ABABEA
(171,171,234)
0 Favorites   0 Comments

Color spaces of #ababea

RGB 171171234
HSL0.670.600.79
HSV240°27°92°
CMYK 0.270.270.00   0.08
XYZ46.208843.724383.8461
Yxy43.72430.26590.2516
Hunter Lab66.12449.0212-28.8931
CIE-Lab72.043813.6572-31.5179

#ababea color RGB value is (171,171,234).

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

The process color (four color CMYK) of #ababea color hex is 0.27, 0.27, 0.00, 0.08. Web safe color of #ababea is #9999ff. Color #ababea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11101010
Octal 253 253 352
Decimal 171 171 234
Hex AB AB EA

RGB Percentages of Color #ababea

%29.69
%29.69
%40.63

CMYK Percentages of Color #ababea

%27
%27
%0
%8

Triadic Colors of #ababea

#ababea #eaabab #abeaab

Analogous Colors of #ababea

#ababea #cbabea #abcbea

Monochromatic Colors of #ababea

#ababea

Complementary Color

#ababea #eaeaab

#ababea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababea Color CSS Codes

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

#ababea Text Font Color

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

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


#ababea Background Color

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

This div background color is #ababea


#ababea Border Color

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

This div border color is #ababea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababea

#ababea Color Palettes


Comments

No comments written yet.

Please login to write comment.