Color Hex Logo

#addf1a Color Hex

#ADDF1A
(173,223,26)
0 Favorites   0 Comments

Color spaces of #addf1a

RGB 17322326
HSL0.210.790.49
HSV75°88°87°
CMYK 0.220.000.88   0.13
XYZ43.807761.734210.5843
Yxy61.73420.37720.5316
Hunter Lab78.5711-37.975947.0128
CIE-Lab82.7719-39.515578.3367

#addf1a color RGB value is (173,223,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 00011010
Octal 255 337 32
Decimal 173 223 26
Hex AD DF 1A

RGB Percentages of Color #addf1a

%41.00
%52.84
%6.16

CMYK Percentages of Color #addf1a

%22
%0
%88
%13

Triadic Colors of #addf1a

#addf1a #1aaddf #df1aad

Analogous Colors of #addf1a

#addf1a #4bdf1a #dfaf1a

Monochromatic Colors of #addf1a

#addf1a

Complementary Color

#addf1a #4c1adf

#addf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf1a Color CSS Codes

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

#addf1a Text Font Color

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

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


#addf1a Background Color

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

This div background color is #addf1a


#addf1a Border Color

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

This div border color is #addf1a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,223,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 #addf1a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf1a


Comments

No comments written yet.

Please login to write comment.