Color Hex Logo

#add297 Color Hex

#ADD297
(173,210,151)
0 Favorites   0 Comments

Color spaces of #add297

RGB 173210151
HSL0.270.400.71
HSV98°28°82°
CMYK 0.180.000.28   0.18
XYZ45.866157.211837.9037
Yxy57.21180.32530.4058
Hunter Lab75.6385-24.127523.2357
CIE-Lab80.2986-22.897925.3397

#add297 color RGB value is (173,210,151).

#add297 hex color red value is 173, green value is 210 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #add297 hue: 0.27 , saturation: 0.40 and the lightness value of add297 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 10010111
Octal 255 322 227
Decimal 173 210 151
Hex AD D2 97

RGB Percentages of Color #add297

%32.40
%39.33
%28.28

CMYK Percentages of Color #add297

%18
%0
%28
%18

Triadic Colors of #add297

#add297 #97add2 #d297ad

Analogous Colors of #add297

#add297 #97d29f #cbd297

Monochromatic Colors of #add297

#add297

Complementary Color

#add297 #bc97d2

#add297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add297 Color CSS Codes

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

#add297 Text Font Color

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

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


#add297 Background Color

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

This div background color is #add297


#add297 Border Color

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

This div border color is #add297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add297


Comments

No comments written yet.

Please login to write comment.