Color Hex Logo

#add062 Color Hex

#ADD062
(173,208,98)
0 Favorites   0 Comments

Color spaces of #add062

RGB 17320898
HSL0.220.540.60
HSV79°53°82°
CMYK 0.170.000.53   0.18
XYZ41.994154.877819.9344
Yxy54.87780.35950.4698
Hunter Lab74.0796-28.451435.9011
CIE-Lab78.9708-28.536850.1778

#add062 color RGB value is (173,208,98).

#add062 hex color red value is 173, green value is 208 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #add062 hue: 0.22 , saturation: 0.54 and the lightness value of add062 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 01100010
Octal 255 320 142
Decimal 173 208 98
Hex AD D0 62

RGB Percentages of Color #add062

%36.12
%43.42
%20.46

CMYK Percentages of Color #add062

%17
%0
%53
%18

Triadic Colors of #add062

#add062 #62add0 #d062ad

Analogous Colors of #add062

#add062 #76d062 #d0bc62

Monochromatic Colors of #add062

#add062

Complementary Color

#add062 #8562d0

#add062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add062 Color CSS Codes

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

#add062 Text Font Color

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

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


#add062 Background Color

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

This div background color is #add062


#add062 Border Color

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

This div border color is #add062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add062


Comments

No comments written yet.

Please login to write comment.