Color Hex Logo

#abc49e Color Hex

#ABC49E
(171,196,158)
0 Favorites   0 Comments

Color spaces of #abc49e

RGB 171196158
HSL0.280.240.69
HSV99°19°77°
CMYK 0.130.000.19   0.23
XYZ42.706150.606439.8649
Yxy50.60640.32070.3800
Hunter Lab71.1382-17.333616.5714
CIE-Lab76.4400-15.487816.3010

#abc49e color RGB value is (171,196,158).

#abc49e hex color red value is 171, green value is 196 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abc49e hue: 0.28 , saturation: 0.24 and the lightness value of abc49e is 0.69.

The process color (four color CMYK) of #abc49e color hex is 0.13, 0.00, 0.19, 0.23. Web safe color of #abc49e is #99cc99. Color #abc49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 10011110
Octal 253 304 236
Decimal 171 196 158
Hex AB C4 9E

RGB Percentages of Color #abc49e

%32.57
%37.33
%30.10

CMYK Percentages of Color #abc49e

%13
%0
%19
%23

Triadic Colors of #abc49e

#abc49e #9eabc4 #c49eab

Analogous Colors of #abc49e

#abc49e #9ec4a4 #bec49e

Monochromatic Colors of #abc49e

#abc49e

Complementary Color

#abc49e #b79ec4

#abc49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc49e Color CSS Codes

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

#abc49e Text Font Color

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

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


#abc49e Background Color

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

This div background color is #abc49e


#abc49e Border Color

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

This div border color is #abc49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc49e


Comments

No comments written yet.

Please login to write comment.