Color Hex Logo

#abad2e Color Hex

#ABAD2E
(171,173,46)
0 Favorites   0 Comments

Color spaces of #abad2e

RGB 17117346
HSL0.170.580.43
HSV61°73°68°
CMYK 0.010.000.73   0.32
XYZ32.231338.74238.3640
Yxy38.74230.40630.4883
Hunter Lab62.2433-16.493635.6032
CIE-Lab68.5642-15.829360.7816

#abad2e color RGB value is (171,173,46).

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

The process color (four color CMYK) of #abad2e color hex is 0.01, 0.00, 0.73, 0.32. Web safe color of #abad2e is #999933. Color #abad2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 00101110
Octal 253 255 56
Decimal 171 173 46
Hex AB AD 2E

RGB Percentages of Color #abad2e

%43.85
%44.36
%11.79

CMYK Percentages of Color #abad2e

%1
%0
%73
%32

Triadic Colors of #abad2e

#abad2e #2eabad #ad2eab

Analogous Colors of #abad2e

#abad2e #6cad2e #ad702e

Monochromatic Colors of #abad2e

#abad2e

Complementary Color

#abad2e #302ead

#abad2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad2e Color CSS Codes

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

#abad2e Text Font Color

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

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


#abad2e Background Color

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

This div background color is #abad2e


#abad2e Border Color

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

This div border color is #abad2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad2e


Comments

No comments written yet.

Please login to write comment.