Color Hex Logo

#add072 Color Hex

#ADD072
(173,208,114)
0 Favorites   0 Comments

Color spaces of #add072

RGB 173208114
HSL0.230.500.63
HSV82°45°82°
CMYK 0.170.000.45   0.18
XYZ42.826755.210924.3191
Yxy55.21090.35000.4512
Hunter Lab74.3040-27.149832.6077
CIE-Lab79.1626-26.863142.7273

#add072 color RGB value is (173,208,114).

#add072 hex color red value is 173, green value is 208 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #add072 hue: 0.23 , saturation: 0.50 and the lightness value of add072 is 0.63.

The process color (four color CMYK) of #add072 color hex is 0.17, 0.00, 0.45, 0.18. Web safe color of #add072 is #99cc66. Color #add072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 01110010
Octal 255 320 162
Decimal 173 208 114
Hex AD D0 72

RGB Percentages of Color #add072

%34.95
%42.02
%23.03

CMYK Percentages of Color #add072

%17
%0
%45
%18

Triadic Colors of #add072

#add072 #72add0 #d072ad

Analogous Colors of #add072

#add072 #7ed072 #d0c472

Monochromatic Colors of #add072

#add072

Complementary Color

#add072 #9572d0

#add072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add072 Color CSS Codes

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

#add072 Text Font Color

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

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


#add072 Background Color

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

This div background color is #add072


#add072 Border Color

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

This div border color is #add072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add072


Comments

No comments written yet.

Please login to write comment.