Color Hex Logo

#adcd97 Color Hex

#ADCD97
(173,205,151)
0 Favorites   0 Comments

Color spaces of #adcd97

RGB 173205151
HSL0.270.350.70
HSV96°26°80°
CMYK 0.160.000.26   0.20
XYZ44.650854.781237.4986
Yxy54.78120.32610.4001
Hunter Lab74.0143-21.840921.7714
CIE-Lab78.9151-20.429423.4573

#adcd97 color RGB value is (173,205,151).

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

The process color (four color CMYK) of #adcd97 color hex is 0.16, 0.00, 0.26, 0.20. Web safe color of #adcd97 is #99cc99. Color #adcd97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 10010111
Octal 255 315 227
Decimal 173 205 151
Hex AD CD 97

RGB Percentages of Color #adcd97

%32.70
%38.75
%28.54

CMYK Percentages of Color #adcd97

%16
%0
%26
%20

Triadic Colors of #adcd97

#adcd97 #97adcd #cd97ad

Analogous Colors of #adcd97

#adcd97 #97cd9c #c8cd97

Monochromatic Colors of #adcd97

#adcd97

Complementary Color

#adcd97 #b797cd

#adcd97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd97 Color CSS Codes

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

#adcd97 Text Font Color

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

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


#adcd97 Background Color

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

This div background color is #adcd97


#adcd97 Border Color

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

This div border color is #adcd97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd97


Comments

No comments written yet.

Please login to write comment.