Color Hex Logo

#abae45 Color Hex

#ABAE45
(171,174,69)
0 Favorites   0 Comments

Color spaces of #abae45

RGB 17117469
HSL0.170.430.48
HSV62°60°68°
CMYK 0.020.000.60   0.32
XYZ33.004839.359711.4879
Yxy39.35970.39360.4694
Hunter Lab62.7373-15.885133.0595
CIE-Lab69.0110-14.988152.0653

#abae45 color RGB value is (171,174,69).

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

The process color (four color CMYK) of #abae45 color hex is 0.02, 0.00, 0.60, 0.32. Web safe color of #abae45 is #999933. Color #abae45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 01000101
Octal 253 256 105
Decimal 171 174 69
Hex AB AE 45

RGB Percentages of Color #abae45

%41.30
%42.03
%16.67

CMYK Percentages of Color #abae45

%2
%0
%60
%32

Triadic Colors of #abae45

#abae45 #45abae #ae45ab

Analogous Colors of #abae45

#abae45 #77ae45 #ae7d45

Monochromatic Colors of #abae45

#abae45

Complementary Color

#abae45 #4845ae

#abae45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae45 Color CSS Codes

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

#abae45 Text Font Color

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

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


#abae45 Background Color

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

This div background color is #abae45


#abae45 Border Color

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

This div border color is #abae45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae45


Comments

No comments written yet.

Please login to write comment.