Color Hex Logo

#abb47d Color Hex

#ABB47D
(171,180,125)
0 Favorites   0 Comments

Color spaces of #abb47d

RGB 171180125
HSL0.190.270.60
HSV70°31°71°
CMYK 0.050.000.31   0.29
XYZ36.817542.781125.7191
Yxy42.78110.34960.4062
Hunter Lab65.4073-13.985722.4714
CIE-Lab71.4061-12.269327.0689

#abb47d color RGB value is (171,180,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 01111101
Octal 253 264 175
Decimal 171 180 125
Hex AB B4 7D

RGB Percentages of Color #abb47d

%35.92
%37.82
%26.26

CMYK Percentages of Color #abb47d

%5
%0
%31
%29

Triadic Colors of #abb47d

#abb47d #7dabb4 #b47dab

Analogous Colors of #abb47d

#abb47d #90b47d #b4a27d

Monochromatic Colors of #abb47d

#abb47d

Complementary Color

#abb47d #867db4

#abb47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb47d Color CSS Codes

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

#abb47d Text Font Color

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

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


#abb47d Background Color

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

This div background color is #abb47d


#abb47d Border Color

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

This div border color is #abb47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb47d


Comments

No comments written yet.

Please login to write comment.