Color Hex Logo

#abb372 Color Hex

#ABB372
(171,179,114)
0 Favorites   0 Comments

Color spaces of #abb372

RGB 171179114
HSL0.190.300.57
HSV67°36°70°
CMYK 0.040.000.36   0.30
XYZ35.951942.113022.1533
Yxy42.11300.35870.4202
Hunter Lab64.8945-14.675525.1861
CIE-Lab70.9488-13.176932.2804

#abb372 color RGB value is (171,179,114).

#abb372 hex color red value is 171, green value is 179 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #abb372 hue: 0.19 , saturation: 0.30 and the lightness value of abb372 is 0.57.

The process color (four color CMYK) of #abb372 color hex is 0.04, 0.00, 0.36, 0.30. Web safe color of #abb372 is #99cc66. Color #abb372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 01110010
Octal 253 263 162
Decimal 171 179 114
Hex AB B3 72

RGB Percentages of Color #abb372

%36.85
%38.58
%24.57

CMYK Percentages of Color #abb372

%4
%0
%36
%30

Triadic Colors of #abb372

#abb372 #72abb3 #b372ab

Analogous Colors of #abb372

#abb372 #8bb372 #b39b72

Monochromatic Colors of #abb372

#abb372

Complementary Color

#abb372 #7a72b3

#abb372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb372 Color CSS Codes

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

#abb372 Text Font Color

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

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


#abb372 Background Color

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

This div background color is #abb372


#abb372 Border Color

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

This div border color is #abb372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb372


Comments

No comments written yet.

Please login to write comment.