Color Hex Logo

#abd8ad Color Hex

#ABD8AD
(171,216,173)
0 Favorites   0 Comments

Color spaces of #abd8ad

RGB 171216173
HSL0.340.370.76
HSV123°21°85°
CMYK 0.210.000.20   0.15
XYZ48.893360.786848.6912
Yxy60.78680.30870.3838
Hunter Lab77.9659-24.500917.5484
CIE-Lab82.2640-22.924616.4787

#abd8ad color RGB value is (171,216,173).

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

The process color (four color CMYK) of #abd8ad color hex is 0.21, 0.00, 0.20, 0.15. Web safe color of #abd8ad is #99cc99. Color #abd8ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011000 10101101
Octal 253 330 255
Decimal 171 216 173
Hex AB D8 AD

RGB Percentages of Color #abd8ad

%30.54
%38.57
%30.89

CMYK Percentages of Color #abd8ad

%21
%0
%20
%15

Triadic Colors of #abd8ad

#abd8ad #adabd8 #d8adab

Analogous Colors of #abd8ad

#abd8ad #abd8c4 #c0d8ab

Monochromatic Colors of #abd8ad

#abd8ad

Complementary Color

#abd8ad #d8abd6

#abd8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd8ad Color CSS Codes

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

#abd8ad Text Font Color

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

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


#abd8ad Background Color

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

This div background color is #abd8ad


#abd8ad Border Color

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

This div border color is #abd8ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,216,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 #abd8ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd8ad


Comments

No comments written yet.

Please login to write comment.