Color Hex Logo

#abb62d Color Hex

#ABB62D
(171,182,45)
0 Favorites   0 Comments

Color spaces of #abb62d

RGB 17118245
HSL0.180.600.45
HSV65°75°71°
CMYK 0.060.000.75   0.29
XYZ33.996242.30338.8562
Yxy42.30330.39920.4968
Hunter Lab65.0410-20.521837.4556
CIE-Lab71.0795-20.419963.4824

#abb62d color RGB value is (171,182,45).

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

The process color (four color CMYK) of #abb62d color hex is 0.06, 0.00, 0.75, 0.29. Web safe color of #abb62d is #99cc33. Color #abb62d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 00101101
Octal 253 266 55
Decimal 171 182 45
Hex AB B6 2D

RGB Percentages of Color #abb62d

%42.96
%45.73
%11.31

CMYK Percentages of Color #abb62d

%6
%0
%75
%29

Triadic Colors of #abb62d

#abb62d #2dabb6 #b62dab

Analogous Colors of #abb62d

#abb62d #67b62d #b67d2d

Monochromatic Colors of #abb62d

#abb62d

Complementary Color

#abb62d #382db6

#abb62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb62d Color CSS Codes

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

#abb62d Text Font Color

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

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


#abb62d Background Color

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

This div background color is #abb62d


#abb62d Border Color

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

This div border color is #abb62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb62d


Comments

No comments written yet.

Please login to write comment.