Color Hex Logo

#abb070 Color Hex

#ABB070
(171,176,112)
0 Favorites   0 Comments

Color spaces of #abb070

RGB 171176112
HSL0.180.290.56
HSV65°36°69°
CMYK 0.030.000.36   0.31
XYZ35.244640.878421.3620
Yxy40.87840.36150.4193
Hunter Lab63.9362-13.490924.9457
CIE-Lab70.0906-11.865132.2185

#abb070 color RGB value is (171,176,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 01110000
Octal 253 260 160
Decimal 171 176 112
Hex AB B0 70

RGB Percentages of Color #abb070

%37.25
%38.34
%24.40

CMYK Percentages of Color #abb070

%3
%0
%36
%31

Triadic Colors of #abb070

#abb070 #70abb0 #b070ab

Analogous Colors of #abb070

#abb070 #8bb070 #b09570

Monochromatic Colors of #abb070

#abb070

Complementary Color

#abb070 #7570b0

#abb070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb070 Color CSS Codes

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

#abb070 Text Font Color

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

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


#abb070 Background Color

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

This div background color is #abb070


#abb070 Border Color

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

This div border color is #abb070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb070


Comments

No comments written yet.

Please login to write comment.