Color Hex Logo

#abb22a Color Hex

#ABB22A
(171,178,42)
0 Favorites   0 Comments

Color spaces of #abb22a

RGB 17117842
HSL0.180.620.43
HSV63°76°70°
CMYK 0.040.000.76   0.30
XYZ33.132940.66598.2935
Yxy40.66590.40360.4954
Hunter Lab63.7698-18.853936.9280
CIE-Lab69.9412-18.543563.3953

#abb22a color RGB value is (171,178,42).

#abb22a hex color red value is 171, green value is 178 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abb22a hue: 0.18 , saturation: 0.62 and the lightness value of abb22a is 0.43.

The process color (four color CMYK) of #abb22a color hex is 0.04, 0.00, 0.76, 0.30. Web safe color of #abb22a is #999933. Color #abb22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 00101010
Octal 253 262 52
Decimal 171 178 42
Hex AB B2 2A

RGB Percentages of Color #abb22a

%43.73
%45.52
%10.74

CMYK Percentages of Color #abb22a

%4
%0
%76
%30

Triadic Colors of #abb22a

#abb22a #2aabb2 #b22aab

Analogous Colors of #abb22a

#abb22a #67b22a #b2752a

Monochromatic Colors of #abb22a

#abb22a

Complementary Color

#abb22a #312ab2

#abb22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb22a Color CSS Codes

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

#abb22a Text Font Color

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

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


#abb22a Background Color

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

This div background color is #abb22a


#abb22a Border Color

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

This div border color is #abb22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb22a


Comments

No comments written yet.

Please login to write comment.