Color Hex Logo

#addf20 Color Hex

#ADDF20
(173,223,32)
0 Favorites   0 Comments

Color spaces of #addf20

RGB 17322332
HSL0.210.750.50
HSV76°86°87°
CMYK 0.220.000.86   0.13
XYZ43.882061.763910.9753
Yxy61.76390.37630.5296
Hunter Lab78.5900-37.864246.7330
CIE-Lab82.7877-39.365677.2453

#addf20 color RGB value is (173,223,32).

#addf20 hex color red value is 173, green value is 223 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #addf20 hue: 0.21 , saturation: 0.75 and the lightness value of addf20 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 00100000
Octal 255 337 40
Decimal 173 223 32
Hex AD DF 20

RGB Percentages of Color #addf20

%40.42
%52.10
%7.48

CMYK Percentages of Color #addf20

%22
%0
%86
%13

Triadic Colors of #addf20

#addf20 #20addf #df20ad

Analogous Colors of #addf20

#addf20 #4edf20 #dfb220

Monochromatic Colors of #addf20

#addf20

Complementary Color

#addf20 #5220df

#addf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf20 Color CSS Codes

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

#addf20 Text Font Color

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

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


#addf20 Background Color

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

This div background color is #addf20


#addf20 Border Color

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

This div border color is #addf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf20


Comments

No comments written yet.

Please login to write comment.