Color Hex Logo

#abae0e Color Hex

#ABAE0E
(171,174,14)
0 Favorites   0 Comments

Color spaces of #abae0e

RGB 17117414
HSL0.170.850.37
HSV61°92°68°
CMYK 0.020.000.92   0.32
XYZ32.009938.96176.2487
Yxy38.96170.41450.5046
Hunter Lab62.4193-17.695337.7581
CIE-Lab68.7235-17.316268.9302

#abae0e color RGB value is (171,174,14).

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

The process color (four color CMYK) of #abae0e color hex is 0.02, 0.00, 0.92, 0.32. Web safe color of #abae0e is #999900. Color #abae0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00001110
Octal 253 256 16
Decimal 171 174 14
Hex AB AE E

RGB Percentages of Color #abae0e

%47.63
%48.47
%3.90

CMYK Percentages of Color #abae0e

%2
%0
%92
%32

Triadic Colors of #abae0e

#abae0e #0eabae #ae0eab

Analogous Colors of #abae0e

#abae0e #5bae0e #ae610e

Monochromatic Colors of #abae0e

#abae0e

Complementary Color

#abae0e #110eae

#abae0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae0e Color CSS Codes

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

#abae0e Text Font Color

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

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


#abae0e Background Color

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

This div background color is #abae0e


#abae0e Border Color

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

This div border color is #abae0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae0e


Comments

No comments written yet.

Please login to write comment.