Color Hex Logo

#add766 Color Hex

#ADD766
(173,215,102)
0 Favorites   0 Comments

Color spaces of #add766

RGB 173215102
HSL0.230.590.62
HSV82°53°84°
CMYK 0.200.000.53   0.16
XYZ43.932358.444421.5358
Yxy58.44440.35450.4717
Hunter Lab76.4489-31.208536.8122
CIE-Lab80.9852-31.448750.6879

#add766 color RGB value is (173,215,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 01100110
Octal 255 327 146
Decimal 173 215 102
Hex AD D7 66

RGB Percentages of Color #add766

%35.31
%43.88
%20.82

CMYK Percentages of Color #add766

%20
%0
%53
%16

Triadic Colors of #add766

#add766 #66add7 #d766ad

Analogous Colors of #add766

#add766 #75d766 #d7c966

Monochromatic Colors of #add766

#add766

Complementary Color

#add766 #9066d7

#add766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add766 Color CSS Codes

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

#add766 Text Font Color

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

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


#add766 Background Color

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

This div background color is #add766


#add766 Border Color

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

This div border color is #add766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add766


Comments

No comments written yet.

Please login to write comment.