Color Hex Logo

#add21d Color Hex

#ADD21D
(173,210,29)
0 Favorites   0 Comments

Color spaces of #add21d

RGB 17321029
HSL0.200.760.47
HSV72°86°82°
CMYK 0.180.000.86   0.18
XYZ40.501955.06619.6565
Yxy55.06610.38490.5233
Hunter Lab74.2065-32.436244.2292
CIE-Lab79.0793-33.569674.7398

#add21d color RGB value is (173,210,29).

#add21d hex color red value is 173, green value is 210 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #add21d hue: 0.20 , saturation: 0.76 and the lightness value of add21d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 00011101
Octal 255 322 35
Decimal 173 210 29
Hex AD D2 1D

RGB Percentages of Color #add21d

%41.99
%50.97
%7.04

CMYK Percentages of Color #add21d

%18
%0
%86
%18

Triadic Colors of #add21d

#add21d #1dadd2 #d21dad

Analogous Colors of #add21d

#add21d #53d21d #d29d1d

Monochromatic Colors of #add21d

#add21d

Complementary Color

#add21d #421dd2

#add21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#add21d Color CSS Codes

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

#add21d Text Font Color

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

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


#add21d Background Color

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

This div background color is #add21d


#add21d Border Color

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

This div border color is #add21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add21d


Comments

No comments written yet.

Please login to write comment.