Color Hex Logo

#abbf2a Color Hex

#ABBF2A
(171,191,42)
0 Favorites   0 Comments

Color spaces of #abbf2a

RGB 17119142
HSL0.190.640.46
HSV68°78°75°
CMYK 0.100.000.78   0.25
XYZ35.843346.08679.1970
Yxy46.08670.39330.5057
Hunter Lab67.8872-24.557639.4887
CIE-Lab73.6018-24.976766.7334

#abbf2a color RGB value is (171,191,42).

#abbf2a hex color red value is 171, green value is 191 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abbf2a hue: 0.19 , saturation: 0.64 and the lightness value of abbf2a is 0.46.

The process color (four color CMYK) of #abbf2a color hex is 0.10, 0.00, 0.78, 0.25. Web safe color of #abbf2a is #99cc33. Color #abbf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 00101010
Octal 253 277 52
Decimal 171 191 42
Hex AB BF 2A

RGB Percentages of Color #abbf2a

%42.33
%47.28
%10.40

CMYK Percentages of Color #abbf2a

%10
%0
%78
%25

Triadic Colors of #abbf2a

#abbf2a #2aabbf #bf2aab

Analogous Colors of #abbf2a

#abbf2a #60bf2a #bf892a

Monochromatic Colors of #abbf2a

#abbf2a

Complementary Color

#abbf2a #3e2abf

#abbf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf2a Color CSS Codes

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

#abbf2a Text Font Color

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

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


#abbf2a Background Color

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

This div background color is #abbf2a


#abbf2a Border Color

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

This div border color is #abbf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf2a


Comments

No comments written yet.

Please login to write comment.