Color Hex Logo

#abb670 Color Hex

#ABB670
(171,182,112)
0 Favorites   0 Comments

Color spaces of #abb670

RGB 171182112
HSL0.190.320.58
HSV69°38°71°
CMYK 0.060.000.38   0.29
XYZ36.447243.283721.7628
Yxy43.28370.35910.4265
Hunter Lab65.7903-16.245926.4407
CIE-Lab71.7471-14.965034.3521

#abb670 color RGB value is (171,182,112).

#abb670 hex color red value is 171, green value is 182 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #abb670 hue: 0.19 , saturation: 0.32 and the lightness value of abb670 is 0.58.

The process color (four color CMYK) of #abb670 color hex is 0.06, 0.00, 0.38, 0.29. Web safe color of #abb670 is #99cc66. Color #abb670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 01110000
Octal 253 266 160
Decimal 171 182 112
Hex AB B6 70

RGB Percentages of Color #abb670

%36.77
%39.14
%24.09

CMYK Percentages of Color #abb670

%6
%0
%38
%29

Triadic Colors of #abb670

#abb670 #70abb6 #b670ab

Analogous Colors of #abb670

#abb670 #88b670 #b69e70

Monochromatic Colors of #abb670

#abb670

Complementary Color

#abb670 #7b70b6

#abb670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb670 Color CSS Codes

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

#abb670 Text Font Color

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

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


#abb670 Background Color

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

This div background color is #abb670


#abb670 Border Color

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

This div border color is #abb670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb670


Comments

No comments written yet.

Please login to write comment.