Color Hex Logo

#abae82 Color Hex

#ABAE82
(171,174,130)
0 Favorites   0 Comments

Color spaces of #abae82

RGB 171174130
HSL0.180.210.60
HSV64°25°68°
CMYK 0.020.000.25   0.32
XYZ35.959940.541727.0491
Yxy40.54170.34730.3915
Hunter Lab63.6724-10.616119.3833
CIE-Lab69.8536-8.429622.2968

#abae82 color RGB value is (171,174,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10000010
Octal 253 256 202
Decimal 171 174 130
Hex AB AE 82

RGB Percentages of Color #abae82

%36.00
%36.63
%27.37

CMYK Percentages of Color #abae82

%2
%0
%25
%32

Triadic Colors of #abae82

#abae82 #82abae #ae82ab

Analogous Colors of #abae82

#abae82 #95ae82 #ae9b82

Monochromatic Colors of #abae82

#abae82

Complementary Color

#abae82 #8582ae

#abae82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae82 Color CSS Codes

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

#abae82 Text Font Color

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

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


#abae82 Background Color

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

This div background color is #abae82


#abae82 Border Color

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

This div border color is #abae82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae82


Comments

No comments written yet.

Please login to write comment.