Color Hex Logo

#add897 Color Hex

#ADD897
(173,216,151)
0 Favorites   0 Comments

Color spaces of #add897

RGB 173216151
HSL0.280.450.72
HSV100°30°85°
CMYK 0.200.000.30   0.15
XYZ47.375460.230338.4068
Yxy60.23030.32450.4125
Hunter Lab77.6082-26.850224.9842
CIE-Lab81.9632-25.817627.5900

#add897 color RGB value is (173,216,151).

#add897 hex color red value is 173, green value is 216 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #add897 hue: 0.28 , saturation: 0.45 and the lightness value of add897 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 10010111
Octal 255 330 227
Decimal 173 216 151
Hex AD D8 97

RGB Percentages of Color #add897

%32.04
%40.00
%27.96

CMYK Percentages of Color #add897

%20
%0
%30
%15

Triadic Colors of #add897

#add897 #97add8 #d897ad

Analogous Colors of #add897

#add897 #97d8a2 #ced897

Monochromatic Colors of #add897

#add897

Complementary Color

#add897 #c297d8

#add897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add897 Color CSS Codes

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

#add897 Text Font Color

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

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


#add897 Background Color

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

This div background color is #add897


#add897 Border Color

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

This div border color is #add897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add897


Comments

No comments written yet.

Please login to write comment.