Color Hex Logo

#abb49e Color Hex

#ABB49E
(171,180,158)
0 Favorites   0 Comments

Color spaces of #abb49e

RGB 171180158
HSL0.230.130.66
HSV85°12°71°
CMYK 0.050.000.12   0.29
XYZ39.287443.769138.7254
Yxy43.76910.32260.3594
Hunter Lab66.1582-9.776411.6056
CIE-Lab72.0739-7.172910.1498

#abb49e color RGB value is (171,180,158).

#abb49e hex color red value is 171, green value is 180 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abb49e hue: 0.23 , saturation: 0.13 and the lightness value of abb49e is 0.66.

The process color (four color CMYK) of #abb49e color hex is 0.05, 0.00, 0.12, 0.29. Web safe color of #abb49e is #99cc99. Color #abb49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 10011110
Octal 253 264 236
Decimal 171 180 158
Hex AB B4 9E

RGB Percentages of Color #abb49e

%33.60
%35.36
%31.04

CMYK Percentages of Color #abb49e

%5
%0
%12
%29

Triadic Colors of #abb49e

#abb49e #9eabb4 #b49eab

Analogous Colors of #abb49e

#abb49e #a0b49e #b4b29e

Monochromatic Colors of #abb49e

#abb49e

Complementary Color

#abb49e #a79eb4

#abb49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb49e Color CSS Codes

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

#abb49e Text Font Color

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

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


#abb49e Background Color

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

This div background color is #abb49e


#abb49e Border Color

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

This div border color is #abb49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb49e


Comments

No comments written yet.

Please login to write comment.