Color Hex Logo

#abb072 Color Hex

#ABB072
(171,176,114)
0 Favorites   0 Comments

Color spaces of #abb072

RGB 171176114
HSL0.180.280.57
HSV65°35°69°
CMYK 0.030.000.35   0.31
XYZ35.357240.923521.9551
Yxy40.92350.35990.4166
Hunter Lab63.9715-13.292724.4316
CIE-Lab70.1223-11.619431.2073

#abb072 color RGB value is (171,176,114).

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

The process color (four color CMYK) of #abb072 color hex is 0.03, 0.00, 0.35, 0.31. Web safe color of #abb072 is #999966. Color #abb072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 01110010
Octal 253 260 162
Decimal 171 176 114
Hex AB B0 72

RGB Percentages of Color #abb072

%37.09
%38.18
%24.73

CMYK Percentages of Color #abb072

%3
%0
%35
%31

Triadic Colors of #abb072

#abb072 #72abb0 #b072ab

Analogous Colors of #abb072

#abb072 #8cb072 #b09672

Monochromatic Colors of #abb072

#abb072

Complementary Color

#abb072 #7772b0

#abb072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb072 Color CSS Codes

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

#abb072 Text Font Color

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

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


#abb072 Background Color

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

This div background color is #abb072


#abb072 Border Color

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

This div border color is #abb072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb072


Comments

No comments written yet.

Please login to write comment.