Color Hex Logo

#abdcab Color Hex

#ABDCAB
(171,220,171)
0 Favorites   0 Comments

Color spaces of #abdcab

RGB 171220171
HSL0.330.410.77
HSV120°22°86°
CMYK 0.220.000.22   0.14
XYZ49.738562.784648.0252
Yxy62.78460.30980.3911
Hunter Lab79.2367-26.616219.5302
CIE-Lab83.3289-25.219519.0153

#abdcab color RGB value is (171,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10101011
Octal 253 334 253
Decimal 171 220 171
Hex AB DC AB

RGB Percentages of Color #abdcab

%30.43
%39.15
%30.43

CMYK Percentages of Color #abdcab

%22
%0
%22
%14

Triadic Colors of #abdcab

#abdcab #ababdc #dcabab

Analogous Colors of #abdcab

#abdcab #abdcc4 #c4dcab

Monochromatic Colors of #abdcab

#abdcab

Complementary Color

#abdcab #dcabdc

#abdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcab Color CSS Codes

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

#abdcab Text Font Color

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

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


#abdcab Background Color

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

This div background color is #abdcab


#abdcab Border Color

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

This div border color is #abdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcab


Comments

No comments written yet.

Please login to write comment.