Color Hex Logo

#abc27a Color Hex

#ABC27A
(171,194,122)
0 Favorites   0 Comments

Color spaces of #abc27a

RGB 171194122
HSL0.220.370.62
HSV79°37°76°
CMYK 0.120.000.37   0.24
XYZ39.599248.646625.7150
Yxy48.64660.34750.4269
Hunter Lab69.7471-20.713426.9634
CIE-Lab75.2309-19.798133.6700

#abc27a color RGB value is (171,194,122).

#abc27a hex color red value is 171, green value is 194 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #abc27a hue: 0.22 , saturation: 0.37 and the lightness value of abc27a is 0.62.

The process color (four color CMYK) of #abc27a color hex is 0.12, 0.00, 0.37, 0.24. Web safe color of #abc27a is #99cc66. Color #abc27a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 01111010
Octal 253 302 172
Decimal 171 194 122
Hex AB C2 7A

RGB Percentages of Color #abc27a

%35.11
%39.84
%25.05

CMYK Percentages of Color #abc27a

%12
%0
%37
%24

Triadic Colors of #abc27a

#abc27a #7aabc2 #c27aab

Analogous Colors of #abc27a

#abc27a #87c27a #c2b57a

Monochromatic Colors of #abc27a

#abc27a

Complementary Color

#abc27a #917ac2

#abc27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc27a Color CSS Codes

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

#abc27a Text Font Color

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

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


#abc27a Background Color

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

This div background color is #abc27a


#abc27a Border Color

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

This div border color is #abc27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc27a


Comments

No comments written yet.

Please login to write comment.