Color Hex Logo

#abc07c Color Hex

#ABC07C
(171,192,124)
0 Favorites   0 Comments

Color spaces of #abc07c

RGB 171192124
HSL0.220.350.62
HSV79°35°75°
CMYK 0.110.000.35   0.25
XYZ39.282347.812426.2271
Yxy47.81240.34660.4219
Hunter Lab69.1465-19.600125.9140
CIE-Lab74.7065-18.536231.9504

#abc07c color RGB value is (171,192,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 01111100
Octal 253 300 174
Decimal 171 192 124
Hex AB C0 7C

RGB Percentages of Color #abc07c

%35.11
%39.43
%25.46

CMYK Percentages of Color #abc07c

%11
%0
%35
%25

Triadic Colors of #abc07c

#abc07c #7cabc0 #c07cab

Analogous Colors of #abc07c

#abc07c #89c07c #c0b37c

Monochromatic Colors of #abc07c

#abc07c

Complementary Color

#abc07c #917cc0

#abc07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc07c Color CSS Codes

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

#abc07c Text Font Color

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

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


#abc07c Background Color

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

This div background color is #abc07c


#abc07c Border Color

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

This div border color is #abc07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc07c


Comments

No comments written yet.

Please login to write comment.