Color Hex Logo

#abc46a Color Hex

#ABC46A
(171,196,106)
0 Favorites   0 Comments

Color spaces of #abc46a

RGB 171196106
HSL0.210.430.59
HSV77°46°77°
CMYK 0.130.000.46   0.23
XYZ39.136049.178421.0654
Yxy49.17840.35780.4496
Hunter Lab70.1273-23.107231.2791
CIE-Lab75.5622-22.687642.1925

#abc46a color RGB value is (171,196,106).

#abc46a hex color red value is 171, green value is 196 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #abc46a hue: 0.21 , saturation: 0.43 and the lightness value of abc46a is 0.59.

The process color (four color CMYK) of #abc46a color hex is 0.13, 0.00, 0.46, 0.23. Web safe color of #abc46a is #99cc66. Color #abc46a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 01101010
Octal 253 304 152
Decimal 171 196 106
Hex AB C4 6A

RGB Percentages of Color #abc46a

%36.15
%41.44
%22.41

CMYK Percentages of Color #abc46a

%13
%0
%46
%23

Triadic Colors of #abc46a

#abc46a #6aabc4 #c46aab

Analogous Colors of #abc46a

#abc46a #7ec46a #c4b06a

Monochromatic Colors of #abc46a

#abc46a

Complementary Color

#abc46a #836ac4

#abc46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc46a Color CSS Codes

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

#abc46a Text Font Color

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

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


#abc46a Background Color

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

This div background color is #abc46a


#abc46a Border Color

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

This div border color is #abc46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc46a


Comments

No comments written yet.

Please login to write comment.