Color Hex Logo

#add760 Color Hex

#ADD760
(173,215,96)
0 Favorites   0 Comments

Color spaces of #add760

RGB 17321596
HSL0.230.600.61
HSV81°55°84°
CMYK 0.200.000.55   0.16
XYZ43.645358.329620.0247
Yxy58.32960.35770.4781
Hunter Lab76.3738-31.646937.9162
CIE-Lab80.9217-32.018553.3702

#add760 color RGB value is (173,215,96).

#add760 hex color red value is 173, green value is 215 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #add760 hue: 0.23 , saturation: 0.60 and the lightness value of add760 is 0.61.

The process color (four color CMYK) of #add760 color hex is 0.20, 0.00, 0.55, 0.16. Web safe color of #add760 is #99cc66. Color #add760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 01100000
Octal 255 327 140
Decimal 173 215 96
Hex AD D7 60

RGB Percentages of Color #add760

%35.74
%44.42
%19.83

CMYK Percentages of Color #add760

%20
%0
%55
%16

Triadic Colors of #add760

#add760 #60add7 #d760ad

Analogous Colors of #add760

#add760 #72d760 #d7c660

Monochromatic Colors of #add760

#add760

Complementary Color

#add760 #8a60d7

#add760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add760 Color CSS Codes

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

#add760 Text Font Color

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

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


#add760 Background Color

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

This div background color is #add760


#add760 Border Color

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

This div border color is #add760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add760


Comments

No comments written yet.

Please login to write comment.