color codes Logo

#addf4a color codes

#ADDF4A
(173,223,74)
0 Favorites   0 Comments

Color spaces of #addf4a

RGB 17322374
HSL0.220.700.58
HSV80°67°87°
CMYK 0.220.000.67   0.13
XYZ44.857362.154016.1113
Yxy62.15400.36430.5048
Hunter Lab78.8378-36.402943.0700
CIE-Lab82.9952-37.418164.8974

#addf4a color RGB value is (173,223,74).

#addf4a hex color red value is 173, green value is 223 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #addf4a hue: 0.22 , saturation: 0.70 and the lightness value of addf4a is 0.58.

The process color (four color CMYK) of #addf4a color code is 0.22, 0.00, 0.67, 0.13. Web safe color of #addf4a is #99cc33. Color #addf4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 01001010
Octal 255 337 112
Decimal 173 223 74
Hex AD DF 4A

RGB Percentages of Color #addf4a

%36.81
%47.45
%15.74

CMYK Percentages of Color #addf4a

%22
%0
%67
%13

Triadic Colors of #addf4a

#addf4a #4aaddf #df4aad

Analogous Colors of #addf4a

#addf4a #63df4a #dfc74a

Monochromatic Colors of #addf4a

#addf4a

Complementary Color

#addf4a #7c4adf

#addf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf4a Color CSS Codes

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

#addf4a Text Font Color

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

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


#addf4a Background Color

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

This div background color is #addf4a


#addf4a Border Color

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

This div border color is #addf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf4a


Comments

No comments written yet.

Please login to write comment.