Color Hex Logo

#add699 Color Hex

#ADD699
(173,214,153)
0 Favorites   0 Comments

Color spaces of #add699

RGB 173214153
HSL0.280.430.72
HSV100°29°84°
CMYK 0.190.000.29   0.16
XYZ47.029959.277339.0999
Yxy59.27730.32340.4077
Hunter Lab76.9918-25.700023.7841
CIE-Lab81.4438-24.544825.8494

#add699 color RGB value is (173,214,153).

#add699 hex color red value is 173, green value is 214 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #add699 hue: 0.28 , saturation: 0.43 and the lightness value of add699 is 0.72.

The process color (four color CMYK) of #add699 color hex is 0.19, 0.00, 0.29, 0.16. Web safe color of #add699 is #99cc99. Color #add699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 10011001
Octal 255 326 231
Decimal 173 214 153
Hex AD D6 99

RGB Percentages of Color #add699

%32.04
%39.63
%28.33

CMYK Percentages of Color #add699

%19
%0
%29
%16

Triadic Colors of #add699

#add699 #99add6 #d699ad

Analogous Colors of #add699

#add699 #99d6a4 #ccd699

Monochromatic Colors of #add699

#add699

Complementary Color

#add699 #c299d6

#add699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add699 Color CSS Codes

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

#add699 Text Font Color

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

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


#add699 Background Color

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

This div background color is #add699


#add699 Border Color

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

This div border color is #add699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add699

#add699 Color Palettes


Comments

No comments written yet.

Please login to write comment.