Color Hex Logo

#abaeea Color Hex

#ABAEEA
(171,174,234)
0 Favorites   0 Comments

Color spaces of #abaeea

RGB 171174234
HSL0.660.600.79
HSV237°27°92°
CMYK 0.270.260.00   0.08
XYZ46.781944.870584.0371
Yxy44.87050.26630.2554
Hunter Lab66.98547.4379-27.4929
CIE-Lab72.806511.9883-30.3420

#abaeea color RGB value is (171,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11101010
Octal 253 256 352
Decimal 171 174 234
Hex AB AE EA

RGB Percentages of Color #abaeea

%29.53
%30.05
%40.41

CMYK Percentages of Color #abaeea

%27
%26
%0
%8

Triadic Colors of #abaeea

#abaeea #eaabae #aeeaab

Analogous Colors of #abaeea

#abaeea #c8abea #abceea

Monochromatic Colors of #abaeea

#abaeea

Complementary Color

#abaeea #eae7ab

#abaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeea Color CSS Codes

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

#abaeea Text Font Color

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

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


#abaeea Background Color

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

This div background color is #abaeea


#abaeea Border Color

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

This div border color is #abaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeea


Comments

No comments written yet.

Please login to write comment.