Color Hex Logo

#abdcac Color Hex

#ABDCAC
(171,220,172)
0 Favorites   0 Comments

Color spaces of #abdcac

RGB 171220172
HSL0.340.410.77
HSV121°22°86°
CMYK 0.220.000.22   0.14
XYZ49.834262.822948.5292
Yxy62.82290.30920.3898
Hunter Lab79.2609-26.477219.1810
CIE-Lab83.3491-25.048318.5194

#abdcac color RGB value is (171,220,172).

#abdcac hex color red value is 171, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abdcac hue: 0.34 , saturation: 0.41 and the lightness value of abdcac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10101100
Octal 253 334 254
Decimal 171 220 172
Hex AB DC AC

RGB Percentages of Color #abdcac

%30.37
%39.08
%30.55

CMYK Percentages of Color #abdcac

%22
%0
%22
%14

Triadic Colors of #abdcac

#abdcac #acabdc #dcacab

Analogous Colors of #abdcac

#abdcac #abdcc5 #c3dcab

Monochromatic Colors of #abdcac

#abdcac

Complementary Color

#abdcac #dcabdb

#abdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcac Color CSS Codes

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

#abdcac Text Font Color

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

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


#abdcac Background Color

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

This div background color is #abdcac


#abdcac Border Color

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

This div border color is #abdcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcac


Comments

No comments written yet.

Please login to write comment.