Color Hex Logo

#addd1a Color Hex

#ADDD1A
(173,221,26)
0 Favorites   0 Comments

Color spaces of #addd1a

RGB 17322126
HSL0.210.790.48
HSV75°88°87°
CMYK 0.220.000.88   0.13
XYZ43.276560.671710.4072
Yxy60.67170.37840.5306
Hunter Lab77.8920-37.137246.6027
CIE-Lab82.2019-38.626477.8698

#addd1a color RGB value is (173,221,26).

#addd1a hex color red value is 173, green value is 221 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #addd1a hue: 0.21 , saturation: 0.79 and the lightness value of addd1a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 00011010
Octal 255 335 32
Decimal 173 221 26
Hex AD DD 1A

RGB Percentages of Color #addd1a

%41.19
%52.62
%6.19

CMYK Percentages of Color #addd1a

%22
%0
%88
%13

Triadic Colors of #addd1a

#addd1a #1aaddd #dd1aad

Analogous Colors of #addd1a

#addd1a #4cdd1a #ddac1a

Monochromatic Colors of #addd1a

#addd1a

Complementary Color

#addd1a #4a1add

#addd1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd1a Color CSS Codes

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

#addd1a Text Font Color

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

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


#addd1a Background Color

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

This div background color is #addd1a


#addd1a Border Color

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

This div border color is #addd1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd1a


Comments

No comments written yet.

Please login to write comment.