Color Hex Logo

#abc081 Color Hex

#ABC081
(171,192,129)
0 Favorites   0 Comments

Color spaces of #abc081

RGB 171192129
HSL0.220.330.63
HSV80°33°75°
CMYK 0.110.000.33   0.25
XYZ39.606747.942227.9352
Yxy47.94220.34300.4151
Hunter Lab69.2403-19.065324.5475
CIE-Lab74.7885-17.867329.4469

#abc081 color RGB value is (171,192,129).

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

The process color (four color CMYK) of #abc081 color hex is 0.11, 0.00, 0.33, 0.25. Web safe color of #abc081 is #99cc99. Color #abc081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 10000001
Octal 253 300 201
Decimal 171 192 129
Hex AB C0 81

RGB Percentages of Color #abc081

%34.76
%39.02
%26.22

CMYK Percentages of Color #abc081

%11
%0
%33
%25

Triadic Colors of #abc081

#abc081 #81abc0 #c081ab

Analogous Colors of #abc081

#abc081 #8cc081 #c0b681

Monochromatic Colors of #abc081

#abc081

Complementary Color

#abc081 #9681c0

#abc081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc081 Color CSS Codes

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

#abc081 Text Font Color

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

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


#abc081 Background Color

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

This div background color is #abc081


#abc081 Border Color

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

This div border color is #abc081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc081


Comments

No comments written yet.

Please login to write comment.