Color Hex Logo

#abaea1 Color Hex

#ABAEA1
(171,174,161)
0 Favorites   0 Comments

Color spaces of #abaea1

RGB 171174161
HSL0.210.070.66
HSV74°68°
CMYK 0.020.000.07   0.32
XYZ38.363741.503239.7072
Yxy41.50320.32080.3471
Hunter Lab64.4230-6.44408.5526
CIE-Lab70.5270-3.44766.2952

#abaea1 color RGB value is (171,174,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10100001
Octal 253 256 241
Decimal 171 174 161
Hex AB AE A1

RGB Percentages of Color #abaea1

%33.79
%34.39
%31.82

CMYK Percentages of Color #abaea1

%2
%0
%7
%32

Triadic Colors of #abaea1

#abaea1 #a1abae #aea1ab

Analogous Colors of #abaea1

#abaea1 #a5aea1 #aeaba1

Monochromatic Colors of #abaea1

#abaea1

Complementary Color

#abaea1 #a4a1ae

#abaea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaea1 Color CSS Codes

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

#abaea1 Text Font Color

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

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


#abaea1 Background Color

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

This div background color is #abaea1


#abaea1 Border Color

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

This div border color is #abaea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaea1


Comments

No comments written yet.

Please login to write comment.