Color Hex Logo

#abae83 Color Hex

#ABAE83
(171,174,131)
0 Favorites   0 Comments

Color spaces of #abae83

RGB 171174131
HSL0.180.210.60
HSV64°25°68°
CMYK 0.020.000.25   0.32
XYZ36.027440.568727.4044
Yxy40.56870.34640.3901
Hunter Lab63.6936-10.497619.0757
CIE-Lab69.8727-8.285621.7815

#abae83 color RGB value is (171,174,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10000011
Octal 253 256 203
Decimal 171 174 131
Hex AB AE 83

RGB Percentages of Color #abae83

%35.92
%36.55
%27.52

CMYK Percentages of Color #abae83

%2
%0
%25
%32

Triadic Colors of #abae83

#abae83 #83abae #ae83ab

Analogous Colors of #abae83

#abae83 #96ae83 #ae9c83

Monochromatic Colors of #abae83

#abae83

Complementary Color

#abae83 #8683ae

#abae83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae83 Color CSS Codes

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

#abae83 Text Font Color

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

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


#abae83 Background Color

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

This div background color is #abae83


#abae83 Border Color

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

This div border color is #abae83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae83


Comments

No comments written yet.

Please login to write comment.