Color Hex Logo

#abae1e Color Hex

#ABAE1E
(171,174,30)
0 Favorites   0 Comments

Color spaces of #abae1e

RGB 17117430
HSL0.170.710.40
HSV61°83°68°
CMYK 0.020.000.83   0.32
XYZ32.165039.02387.0654
Yxy39.02380.41100.4987
Hunter Lab62.4690-17.412037.0225
CIE-Lab68.7685-16.949265.7835

#abae1e color RGB value is (171,174,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00011110
Octal 253 256 36
Decimal 171 174 30
Hex AB AE 1E

RGB Percentages of Color #abae1e

%45.60
%46.40
%8.00

CMYK Percentages of Color #abae1e

%2
%0
%83
%32

Triadic Colors of #abae1e

#abae1e #1eabae #ae1eab

Analogous Colors of #abae1e

#abae1e #63ae1e #ae691e

Monochromatic Colors of #abae1e

#abae1e

Complementary Color

#abae1e #211eae

#abae1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae1e Color CSS Codes

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

#abae1e Text Font Color

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

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


#abae1e Background Color

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

This div background color is #abae1e


#abae1e Border Color

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

This div border color is #abae1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae1e


Comments

No comments written yet.

Please login to write comment.