Color Hex Logo

#add046 Color Hex

#ADD046
(173,208,70)
0 Favorites   0 Comments

Color spaces of #add046

RGB 17320870
HSL0.210.590.55
HSV75°66°82°
CMYK 0.170.000.66   0.18
XYZ40.894954.438214.1466
Yxy54.43820.37350.4972
Hunter Lab73.7822-30.182740.2796
CIE-Lab78.7166-30.792962.0080

#add046 color RGB value is (173,208,70).

#add046 hex color red value is 173, green value is 208 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #add046 hue: 0.21 , saturation: 0.59 and the lightness value of add046 is 0.55.

The process color (four color CMYK) of #add046 color hex is 0.17, 0.00, 0.66, 0.18. Web safe color of #add046 is #99cc33. Color #add046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 01000110
Octal 255 320 106
Decimal 173 208 70
Hex AD D0 46

RGB Percentages of Color #add046

%38.36
%46.12
%15.52

CMYK Percentages of Color #add046

%17
%0
%66
%18

Triadic Colors of #add046

#add046 #46add0 #d046ad

Analogous Colors of #add046

#add046 #68d046 #d0ae46

Monochromatic Colors of #add046

#add046

Complementary Color

#add046 #6946d0

#add046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add046 Color CSS Codes

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

#add046 Text Font Color

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

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


#add046 Background Color

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

This div background color is #add046


#add046 Border Color

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

This div border color is #add046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add046


Comments

No comments written yet.

Please login to write comment.