Color Hex Logo

#abc061 Color Hex

#ABC061
(171,192,97)
0 Favorites   0 Comments

Color spaces of #abc061

RGB 17119297
HSL0.200.430.57
HSV73°49°75°
CMYK 0.110.000.49   0.25
XYZ37.801947.220318.4313
Yxy47.22030.36540.4564
Hunter Lab68.7170-22.060232.1991
CIE-Lab74.3305-21.654245.1065

#abc061 color RGB value is (171,192,97).

#abc061 hex color red value is 171, green value is 192 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #abc061 hue: 0.20 , saturation: 0.43 and the lightness value of abc061 is 0.57.

The process color (four color CMYK) of #abc061 color hex is 0.11, 0.00, 0.49, 0.25. Web safe color of #abc061 is #99cc66. Color #abc061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 01100001
Octal 253 300 141
Decimal 171 192 97
Hex AB C0 61

RGB Percentages of Color #abc061

%37.17
%41.74
%21.09

CMYK Percentages of Color #abc061

%11
%0
%49
%25

Triadic Colors of #abc061

#abc061 #61abc0 #c061ab

Analogous Colors of #abc061

#abc061 #7cc061 #c0a661

Monochromatic Colors of #abc061

#abc061

Complementary Color

#abc061 #7661c0

#abc061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc061 Color CSS Codes

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

#abc061 Text Font Color

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

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


#abc061 Background Color

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

This div background color is #abc061


#abc061 Border Color

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

This div border color is #abc061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc061


Comments

No comments written yet.

Please login to write comment.