Color Hex Logo

#abd2ad Color Hex

#ABD2AD
(171,210,173)
0 Favorites   0 Comments

Color spaces of #abd2ad

RGB 171210173
HSL0.340.300.75
HSV123°19°82°
CMYK 0.190.000.18   0.18
XYZ47.384057.768248.1881
Yxy57.76820.30900.3767
Hunter Lab76.0054-21.727315.6134
CIE-Lab80.6097-19.959714.1551

#abd2ad color RGB value is (171,210,173).

#abd2ad hex color red value is 171, green value is 210 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abd2ad hue: 0.34 , saturation: 0.30 and the lightness value of abd2ad is 0.75.

The process color (four color CMYK) of #abd2ad color hex is 0.19, 0.00, 0.18, 0.18. Web safe color of #abd2ad is #99cc99. Color #abd2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 10101101
Octal 253 322 255
Decimal 171 210 173
Hex AB D2 AD

RGB Percentages of Color #abd2ad

%30.87
%37.91
%31.23

CMYK Percentages of Color #abd2ad

%19
%0
%18
%18

Triadic Colors of #abd2ad

#abd2ad #adabd2 #d2adab

Analogous Colors of #abd2ad

#abd2ad #abd2c1 #bdd2ab

Monochromatic Colors of #abd2ad

#abd2ad

Complementary Color

#abd2ad #d2abd0

#abd2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd2ad Color CSS Codes

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

#abd2ad Text Font Color

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

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


#abd2ad Background Color

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

This div background color is #abd2ad


#abd2ad Border Color

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

This div border color is #abd2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd2ad


Comments

No comments written yet.

Please login to write comment.