Color Hex Logo

#abb45d Color Hex

#ABB45D
(171,180,93)
0 Favorites   0 Comments

Color spaces of #abb45d

RGB 17118093
HSL0.180.370.54
HSV66°48°71°
CMYK 0.050.000.48   0.29
XYZ35.091642.090816.6307
Yxy42.09080.37410.4487
Hunter Lab64.8774-16.986530.2158
CIE-Lab70.9335-16.018642.9765

#abb45d color RGB value is (171,180,93).

#abb45d hex color red value is 171, green value is 180 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #abb45d hue: 0.18 , saturation: 0.37 and the lightness value of abb45d is 0.54.

The process color (four color CMYK) of #abb45d color hex is 0.05, 0.00, 0.48, 0.29. Web safe color of #abb45d is #99cc66. Color #abb45d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 01011101
Octal 253 264 135
Decimal 171 180 93
Hex AB B4 5D

RGB Percentages of Color #abb45d

%38.51
%40.54
%20.95

CMYK Percentages of Color #abb45d

%5
%0
%48
%29

Triadic Colors of #abb45d

#abb45d #5dabb4 #b45dab

Analogous Colors of #abb45d

#abb45d #80b45d #b4925d

Monochromatic Colors of #abb45d

#abb45d

Complementary Color

#abb45d #665db4

#abb45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb45d Color CSS Codes

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

#abb45d Text Font Color

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

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


#abb45d Background Color

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

This div background color is #abb45d


#abb45d Border Color

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

This div border color is #abb45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb45d


Comments

No comments written yet.

Please login to write comment.