Color Hex Logo

#add12a Color Hex

#ADD12A
(173,209,42)
0 Favorites   0 Comments

Color spaces of #add12a

RGB 17320942
HSL0.200.670.49
HSV73°80°82°
CMYK 0.170.000.80   0.18
XYZ40.452054.652310.6074
Yxy54.65230.38270.5170
Hunter Lab73.9272-31.699743.2418
CIE-Lab78.8406-32.695171.4917

#add12a color RGB value is (173,209,42).

#add12a hex color red value is 173, green value is 209 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #add12a hue: 0.20 , saturation: 0.67 and the lightness value of add12a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 00101010
Octal 255 321 52
Decimal 173 209 42
Hex AD D1 2A

RGB Percentages of Color #add12a

%40.80
%49.29
%9.91

CMYK Percentages of Color #add12a

%17
%0
%80
%18

Triadic Colors of #add12a

#add12a #2aadd1 #d12aad

Analogous Colors of #add12a

#add12a #5ad12a #d1a22a

Monochromatic Colors of #add12a

#add12a

Complementary Color

#add12a #4e2ad1

#add12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add12a Color CSS Codes

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

#add12a Text Font Color

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

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


#add12a Background Color

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

This div background color is #add12a


#add12a Border Color

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

This div border color is #add12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add12a


Comments

No comments written yet.

Please login to write comment.