Color Hex Logo

#addc28 Color Hex

#ADDC28
(173,220,40)
0 Favorites   0 Comments

Color spaces of #addc28

RGB 17322040
HSL0.210.720.51
HSV76°82°86°
CMYK 0.210.000.82   0.14
XYZ43.209860.223811.3545
Yxy60.22380.37640.5247
Hunter Lab77.6040-36.418445.6479
CIE-Lab81.9597-37.779974.7578

#addc28 color RGB value is (173,220,40).

#addc28 hex color red value is 173, green value is 220 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #addc28 hue: 0.21 , saturation: 0.72 and the lightness value of addc28 is 0.51.

The process color (four color CMYK) of #addc28 color hex is 0.21, 0.00, 0.82, 0.14. Web safe color of #addc28 is #99cc33. Color #addc28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 00101000
Octal 255 334 50
Decimal 173 220 40
Hex AD DC 28

RGB Percentages of Color #addc28

%39.95
%50.81
%9.24

CMYK Percentages of Color #addc28

%21
%0
%82
%14

Triadic Colors of #addc28

#addc28 #28addc #dc28ad

Analogous Colors of #addc28

#addc28 #53dc28 #dcb128

Monochromatic Colors of #addc28

#addc28

Complementary Color

#addc28 #5728dc

#addc28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc28 Color CSS Codes

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

#addc28 Text Font Color

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

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


#addc28 Background Color

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

This div background color is #addc28


#addc28 Border Color

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

This div border color is #addc28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc28


Comments

No comments written yet.

Please login to write comment.