Color Hex Logo

#abaec9 Color Hex

#ABAEC9
(171,174,201)
0 Favorites   0 Comments

Color spaces of #abaec9

RGB 171174201
HSL0.650.220.73
HSV234°15°79°
CMYK 0.150.130.00   0.21
XYZ42.473343.147161.3480
Yxy43.14710.28900.2936
Hunter Lab65.68650.4680-9.3935
CIE-Lab71.65474.4413-14.0586

#abaec9 color RGB value is (171,174,201).

#abaec9 hex color red value is 171, green value is 174 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #abaec9 hue: 0.65 , saturation: 0.22 and the lightness value of abaec9 is 0.73.

The process color (four color CMYK) of #abaec9 color hex is 0.15, 0.13, 0.00, 0.21. Web safe color of #abaec9 is #9999cc. Color #abaec9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11001001
Octal 253 256 311
Decimal 171 174 201
Hex AB AE C9

RGB Percentages of Color #abaec9

%31.32
%31.87
%36.81

CMYK Percentages of Color #abaec9

%15
%13
%0
%21

Triadic Colors of #abaec9

#abaec9 #c9abae #aec9ab

Analogous Colors of #abaec9

#abaec9 #b7abc9 #abbdc9

Monochromatic Colors of #abaec9

#abaec9

Complementary Color

#abaec9 #c9c6ab

#abaec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaec9 Color CSS Codes

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

#abaec9 Text Font Color

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

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


#abaec9 Background Color

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

This div background color is #abaec9


#abaec9 Border Color

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

This div border color is #abaec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaec9


Comments

No comments written yet.

Please login to write comment.