Color Hex Logo

#abaeec Color Hex

#ABAEEC
(171,174,236)
0 Favorites   0 Comments

Color spaces of #abaeec

RGB 171174236
HSL0.660.630.80
HSV237°28°93°
CMYK 0.280.260.00   0.07
XYZ47.071044.986285.5592
Yxy44.98620.26500.2533
Hunter Lab67.07187.8959-28.6823
CIE-Lab72.882812.4711-31.3115

#abaeec color RGB value is (171,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11101100
Octal 253 256 354
Decimal 171 174 236
Hex AB AE EC

RGB Percentages of Color #abaeec

%29.43
%29.95
%40.62

CMYK Percentages of Color #abaeec

%28
%26
%0
%7

Triadic Colors of #abaeec

#abaeec #ecabae #aeecab

Analogous Colors of #abaeec

#abaeec #c9abec #abcfec

Monochromatic Colors of #abaeec

#abaeec

Complementary Color

#abaeec #ece9ab

#abaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeec Color CSS Codes

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

#abaeec Text Font Color

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

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


#abaeec Background Color

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

This div background color is #abaeec


#abaeec Border Color

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

This div border color is #abaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeec


Comments

No comments written yet.

Please login to write comment.