Color Hex Logo

#addf44 Color Hex

#ADDF44
(173,223,68)
0 Favorites   0 Comments

Color spaces of #addf44

RGB 17322368
HSL0.220.710.57
HSV79°70°87°
CMYK 0.220.000.70   0.13
XYZ44.664662.076915.0968
Yxy62.07690.36660.5095
Hunter Lab78.7889-36.690843.7916
CIE-Lab82.9543-37.799967.0955

#addf44 color RGB value is (173,223,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 01000100
Octal 255 337 104
Decimal 173 223 68
Hex AD DF 44

RGB Percentages of Color #addf44

%37.28
%48.06
%14.66

CMYK Percentages of Color #addf44

%22
%0
%70
%13

Triadic Colors of #addf44

#addf44 #44addf #df44ad

Analogous Colors of #addf44

#addf44 #60df44 #dfc444

Monochromatic Colors of #addf44

#addf44

Complementary Color

#addf44 #7644df

#addf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf44 Color CSS Codes

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

#addf44 Text Font Color

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

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


#addf44 Background Color

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

This div background color is #addf44


#addf44 Border Color

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

This div border color is #addf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf44


Comments

No comments written yet.

Please login to write comment.