Color Hex Logo

#add796 Color Hex

#ADD796
(173,215,150)
0 Favorites   0 Comments

Color spaces of #add796

RGB 173215150
HSL0.270.450.72
HSV99°30°84°
CMYK 0.200.000.30   0.16
XYZ47.039059.687137.8957
Yxy59.68710.32530.4127
Hunter Lab77.2574-26.518924.9977
CIE-Lab81.6678-25.484927.7103

#add796 color RGB value is (173,215,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 10010110
Octal 255 327 226
Decimal 173 215 150
Hex AD D7 96

RGB Percentages of Color #add796

%32.16
%39.96
%27.88

CMYK Percentages of Color #add796

%20
%0
%30
%16

Triadic Colors of #add796

#add796 #96add7 #d796ad

Analogous Colors of #add796

#add796 #96d7a0 #ced796

Monochromatic Colors of #add796

#add796

Complementary Color

#add796 #c096d7

#add796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add796 Color CSS Codes

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

#add796 Text Font Color

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

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


#add796 Background Color

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

This div background color is #add796


#add796 Border Color

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

This div border color is #add796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add796


Comments

No comments written yet.

Please login to write comment.