Color Hex Logo

#add099 Color Hex

#ADD099
(173,208,153)
0 Favorites   0 Comments

Color spaces of #add099

RGB 173208153
HSL0.270.370.71
HSV98°26°82°
CMYK 0.170.000.26   0.18
XYZ45.539256.295938.6030
Yxy56.29590.32430.4009
Hunter Lab75.0306-22.964422.0169
CIE-Lab79.7819-21.605023.5889

#add099 color RGB value is (173,208,153).

#add099 hex color red value is 173, green value is 208 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #add099 hue: 0.27 , saturation: 0.37 and the lightness value of add099 is 0.71.

The process color (four color CMYK) of #add099 color hex is 0.17, 0.00, 0.26, 0.18. Web safe color of #add099 is #99cc99. Color #add099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10011001
Octal 255 320 231
Decimal 173 208 153
Hex AD D0 99

RGB Percentages of Color #add099

%32.40
%38.95
%28.65

CMYK Percentages of Color #add099

%17
%0
%26
%18

Triadic Colors of #add099

#add099 #99add0 #d099ad

Analogous Colors of #add099

#add099 #99d0a1 #c9d099

Monochromatic Colors of #add099

#add099

Complementary Color

#add099 #bc99d0

#add099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add099 Color CSS Codes

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

#add099 Text Font Color

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

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


#add099 Background Color

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

This div background color is #add099


#add099 Border Color

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

This div border color is #add099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add099


Comments

No comments written yet.

Please login to write comment.