Color Hex Logo

#abc67a Color Hex

#ABC67A
(171,198,122)
0 Favorites   0 Comments

Color spaces of #abc67a

RGB 171198122
HSL0.230.400.63
HSV81°38°78°
CMYK 0.140.000.38   0.22
XYZ40.501550.451226.0158
Yxy50.45120.34630.4313
Hunter Lab71.0290-22.518228.0042
CIE-Lab76.3454-21.786635.1112

#abc67a color RGB value is (171,198,122).

#abc67a hex color red value is 171, green value is 198 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #abc67a hue: 0.23 , saturation: 0.40 and the lightness value of abc67a is 0.63.

The process color (four color CMYK) of #abc67a color hex is 0.14, 0.00, 0.38, 0.22. Web safe color of #abc67a is #99cc66. Color #abc67a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01111010
Octal 253 306 172
Decimal 171 198 122
Hex AB C6 7A

RGB Percentages of Color #abc67a

%34.83
%40.33
%24.85

CMYK Percentages of Color #abc67a

%14
%0
%38
%22

Triadic Colors of #abc67a

#abc67a #7aabc6 #c67aab

Analogous Colors of #abc67a

#abc67a #85c67a #c6bb7a

Monochromatic Colors of #abc67a

#abc67a

Complementary Color

#abc67a #957ac6

#abc67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc67a Color CSS Codes

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

#abc67a Text Font Color

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

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


#abc67a Background Color

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

This div background color is #abc67a


#abc67a Border Color

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

This div border color is #abc67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc67a


Comments

No comments written yet.

Please login to write comment.