Color Hex Logo

#abae51 Color Hex

#ABAE51
(171,174,81)
0 Favorites   0 Comments

Color spaces of #abae51

RGB 17117481
HSL0.170.360.50
HSV62°53°68°
CMYK 0.020.000.53   0.32
XYZ33.415839.524113.6523
Yxy39.52410.38590.4564
Hunter Lab62.8682-15.142731.1325
CIE-Lab69.1292-14.044846.6719

#abae51 color RGB value is (171,174,81).

#abae51 hex color red value is 171, green value is 174 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #abae51 hue: 0.17 , saturation: 0.36 and the lightness value of abae51 is 0.50.

The process color (four color CMYK) of #abae51 color hex is 0.02, 0.00, 0.53, 0.32. Web safe color of #abae51 is #999966. Color #abae51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 01010001
Octal 253 256 121
Decimal 171 174 81
Hex AB AE 51

RGB Percentages of Color #abae51

%40.14
%40.85
%19.01

CMYK Percentages of Color #abae51

%2
%0
%53
%32

Triadic Colors of #abae51

#abae51 #51abae #ae51ab

Analogous Colors of #abae51

#abae51 #7dae51 #ae8351

Monochromatic Colors of #abae51

#abae51

Complementary Color

#abae51 #5451ae

#abae51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae51 Color CSS Codes

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

#abae51 Text Font Color

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

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


#abae51 Background Color

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

This div background color is #abae51


#abae51 Border Color

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

This div border color is #abae51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae51


Comments

No comments written yet.

Please login to write comment.