Color Hex Logo

#abbd2a Color Hex

#ABBD2A
(171,189,42)
0 Favorites   0 Comments

Color spaces of #abbd2a

RGB 17118942
HSL0.190.640.45
HSV67°78°74°
CMYK 0.100.000.78   0.26
XYZ35.410145.22039.0526
Yxy45.22030.39480.5042
Hunter Lab67.2460-23.686939.0907
CIE-Lab73.0367-24.002366.2209

#abbd2a color RGB value is (171,189,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 00101010
Octal 253 275 52
Decimal 171 189 42
Hex AB BD 2A

RGB Percentages of Color #abbd2a

%42.54
%47.01
%10.45

CMYK Percentages of Color #abbd2a

%10
%0
%78
%26

Triadic Colors of #abbd2a

#abbd2a #2aabbd #bd2aab

Analogous Colors of #abbd2a

#abbd2a #62bd2a #bd862a

Monochromatic Colors of #abbd2a

#abbd2a

Complementary Color

#abbd2a #3c2abd

#abbd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbd2a Color CSS Codes

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

#abbd2a Text Font Color

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

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


#abbd2a Background Color

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

This div background color is #abbd2a


#abbd2a Border Color

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

This div border color is #abbd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbd2a


Comments

No comments written yet.

Please login to write comment.