Color Hex Logo

#abaaea Color Hex

#ABAAEA
(171,170,234)
0 Favorites   0 Comments

Color spaces of #abaaea

RGB 171170234
HSL0.670.600.79
HSV241°27°92°
CMYK 0.270.270.00   0.08
XYZ46.020643.347983.7833
Yxy43.34790.26580.2503
Hunter Lab65.83919.5505-29.3619
CIE-Lab71.790514.2148-31.9090

#abaaea color RGB value is (171,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11101010
Octal 253 252 352
Decimal 171 170 234
Hex AB AA EA

RGB Percentages of Color #abaaea

%29.74
%29.57
%40.70

CMYK Percentages of Color #abaaea

%27
%27
%0
%8

Triadic Colors of #abaaea

#abaaea #eaabaa #aaeaab

Analogous Colors of #abaaea

#abaaea #cbaaea #aac9ea

Monochromatic Colors of #abaaea

#abaaea

Complementary Color

#abaaea #e9eaaa

#abaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaea Color CSS Codes

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

#abaaea Text Font Color

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

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


#abaaea Background Color

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

This div background color is #abaaea


#abaaea Border Color

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

This div border color is #abaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaea


Comments

No comments written yet.

Please login to write comment.