Color Hex Logo

#adda2f Color Hex

#ADDA2F
(173,218,47)
0 Favorites   0 Comments

Color spaces of #adda2f

RGB 17321847
HSL0.210.700.52
HSV76°78°85°
CMYK 0.210.000.78   0.15
XYZ42.818159.232311.8655
Yxy59.23230.37590.5200
Hunter Lab76.9625-35.375944.7329
CIE-Lab81.4191-36.615172.4342

#adda2f color RGB value is (173,218,47).

#adda2f hex color red value is 173, green value is 218 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #adda2f hue: 0.21 , saturation: 0.70 and the lightness value of adda2f is 0.52.

The process color (four color CMYK) of #adda2f color hex is 0.21, 0.00, 0.78, 0.15. Web safe color of #adda2f is #99cc33. Color #adda2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 00101111
Octal 255 332 57
Decimal 173 218 47
Hex AD DA 2F

RGB Percentages of Color #adda2f

%39.50
%49.77
%10.73

CMYK Percentages of Color #adda2f

%21
%0
%78
%15

Triadic Colors of #adda2f

#adda2f #2fadda #da2fad

Analogous Colors of #adda2f

#adda2f #57da2f #dab22f

Monochromatic Colors of #adda2f

#adda2f

Complementary Color

#adda2f #5c2fda

#adda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda2f Color CSS Codes

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

#adda2f Text Font Color

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

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


#adda2f Background Color

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

This div background color is #adda2f


#adda2f Border Color

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

This div border color is #adda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda2f


Comments

No comments written yet.

Please login to write comment.