Color Hex Logo

#abae1b Color Hex

#ABAE1B
(171,174,27)
0 Favorites   0 Comments

Color spaces of #abae1b

RGB 17117427
HSL0.170.730.39
HSV61°84°68°
CMYK 0.020.000.84   0.32
XYZ32.128539.00926.8731
Yxy39.00920.41180.5000
Hunter Lab62.4573-17.478737.1956
CIE-Lab68.7579-17.035566.5012

#abae1b color RGB value is (171,174,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00011011
Octal 253 256 33
Decimal 171 174 27
Hex AB AE 1B

RGB Percentages of Color #abae1b

%45.97
%46.77
%7.26

CMYK Percentages of Color #abae1b

%2
%0
%84
%32

Triadic Colors of #abae1b

#abae1b #1babae #ae1bab

Analogous Colors of #abae1b

#abae1b #61ae1b #ae681b

Monochromatic Colors of #abae1b

#abae1b

Complementary Color

#abae1b #1e1bae

#abae1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae1b Color CSS Codes

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

#abae1b Text Font Color

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

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


#abae1b Background Color

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

This div background color is #abae1b


#abae1b Border Color

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

This div border color is #abae1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae1b


Comments

No comments written yet.

Please login to write comment.