Color Hex Logo

#add095 Color Hex

#ADD095
(173,208,149)
0 Favorites   0 Comments

Color spaces of #add095

RGB 173208149
HSL0.270.390.70
HSV96°28°82°
CMYK 0.170.000.28   0.18
XYZ45.214356.165936.8918
Yxy56.16590.32700.4062
Hunter Lab74.9439-23.461323.2747
CIE-Lab79.7081-22.219625.5850

#add095 color RGB value is (173,208,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10010101
Octal 255 320 225
Decimal 173 208 149
Hex AD D0 95

RGB Percentages of Color #add095

%32.64
%39.25
%28.11

CMYK Percentages of Color #add095

%17
%0
%28
%18

Triadic Colors of #add095

#add095 #95add0 #d095ad

Analogous Colors of #add095

#add095 #95d09b #cbd095

Monochromatic Colors of #add095

#add095

Complementary Color

#add095 #b895d0

#add095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add095 Color CSS Codes

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

#add095 Text Font Color

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

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


#add095 Background Color

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

This div background color is #add095


#add095 Border Color

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

This div border color is #add095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add095


Comments

No comments written yet.

Please login to write comment.