Color Hex Logo

#abba2e Color Hex

#ABBA2E
(171,186,46)
0 Favorites   0 Comments

Color spaces of #abba2e

RGB 17118646
HSL0.180.600.45
HSV66°75°73°
CMYK 0.080.000.75   0.27
XYZ34.846643.97309.2358
Yxy43.97300.39570.4994
Hunter Lab66.3121-22.245738.1607
CIE-Lab72.2104-22.359564.2114

#abba2e color RGB value is (171,186,46).

#abba2e hex color red value is 171, green value is 186 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abba2e hue: 0.18 , saturation: 0.60 and the lightness value of abba2e is 0.45.

The process color (four color CMYK) of #abba2e color hex is 0.08, 0.00, 0.75, 0.27. Web safe color of #abba2e is #99cc33. Color #abba2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 00101110
Octal 253 272 56
Decimal 171 186 46
Hex AB BA 2E

RGB Percentages of Color #abba2e

%42.43
%46.15
%11.41

CMYK Percentages of Color #abba2e

%8
%0
%75
%27

Triadic Colors of #abba2e

#abba2e #2eabba #ba2eab

Analogous Colors of #abba2e

#abba2e #65ba2e #ba832e

Monochromatic Colors of #abba2e

#abba2e

Complementary Color

#abba2e #3d2eba

#abba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abba2e Color CSS Codes

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

#abba2e Text Font Color

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

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


#abba2e Background Color

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

This div background color is #abba2e


#abba2e Border Color

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

This div border color is #abba2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,186,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 #abba2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abba2e


Comments

No comments written yet.

Please login to write comment.