Color Hex Logo

#abc072 Color Hex

#ABC072
(171,192,114)
0 Favorites   0 Comments

Color spaces of #abc072

RGB 171192114
HSL0.210.380.60
HSV76°41°75°
CMYK 0.110.000.41   0.25
XYZ38.681547.572123.0632
Yxy47.57210.35380.4352
Hunter Lab68.9725-20.594728.4552
CIE-Lab74.5542-19.788636.9078

#abc072 color RGB value is (171,192,114).

#abc072 hex color red value is 171, green value is 192 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #abc072 hue: 0.21 , saturation: 0.38 and the lightness value of abc072 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 01110010
Octal 253 300 162
Decimal 171 192 114
Hex AB C0 72

RGB Percentages of Color #abc072

%35.85
%40.25
%23.90

CMYK Percentages of Color #abc072

%11
%0
%41
%25

Triadic Colors of #abc072

#abc072 #72abc0 #c072ab

Analogous Colors of #abc072

#abc072 #84c072 #c0ae72

Monochromatic Colors of #abc072

#abc072

Complementary Color

#abc072 #8772c0

#abc072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc072 Color CSS Codes

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

#abc072 Text Font Color

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

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


#abc072 Background Color

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

This div background color is #abc072


#abc072 Border Color

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

This div border color is #abc072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc072


Comments

No comments written yet.

Please login to write comment.