Color Hex Logo

#abb472 Color Hex

#ABB472
(171,180,114)
0 Favorites   0 Comments

Color spaces of #abb472

RGB 171180114
HSL0.190.310.58
HSV68°37°71°
CMYK 0.050.000.37   0.29
XYZ36.153142.515322.2204
Yxy42.51530.35830.4214
Hunter Lab65.2038-15.134925.4375
CIE-Lab71.2248-13.693232.6376

#abb472 color RGB value is (171,180,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 01110010
Octal 253 264 162
Decimal 171 180 114
Hex AB B4 72

RGB Percentages of Color #abb472

%36.77
%38.71
%24.52

CMYK Percentages of Color #abb472

%5
%0
%37
%29

Triadic Colors of #abb472

#abb472 #72abb4 #b472ab

Analogous Colors of #abb472

#abb472 #8ab472 #b49c72

Monochromatic Colors of #abb472

#abb472

Complementary Color

#abb472 #7b72b4

#abb472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb472 Color CSS Codes

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

#abb472 Text Font Color

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

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


#abb472 Background Color

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

This div background color is #abb472


#abb472 Border Color

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

This div border color is #abb472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb472


Comments

No comments written yet.

Please login to write comment.