Color Hex Logo

#abaea4 Color Hex

#ABAEA4
(171,174,164)
0 Favorites   0 Comments

Color spaces of #abaea4

RGB 171174164
HSL0.220.060.66
HSV78°68°
CMYK 0.020.000.06   0.32
XYZ38.631541.610441.1175
Yxy41.61040.31830.3429
Hunter Lab64.5061-5.98547.3616
CIE-Lab70.6015-2.91064.7515

#abaea4 color RGB value is (171,174,164).

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

The process color (four color CMYK) of #abaea4 color hex is 0.02, 0.00, 0.06, 0.32. Web safe color of #abaea4 is #999999. Color #abaea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10100100
Octal 253 256 244
Decimal 171 174 164
Hex AB AE A4

RGB Percentages of Color #abaea4

%33.60
%34.18
%32.22

CMYK Percentages of Color #abaea4

%2
%0
%6
%32

Triadic Colors of #abaea4

#abaea4 #a4abae #aea4ab

Analogous Colors of #abaea4

#abaea4 #a6aea4 #aeaca4

Monochromatic Colors of #abaea4

#abaea4

Complementary Color

#abaea4 #a7a4ae

#abaea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaea4 Color CSS Codes

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

#abaea4 Text Font Color

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

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


#abaea4 Background Color

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

This div background color is #abaea4


#abaea4 Border Color

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

This div border color is #abaea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaea4


Comments

No comments written yet.

Please login to write comment.