Color Hex Logo

#addf48 Color Hex

#ADDF48
(173,223,72)
0 Favorites   0 Comments

Color spaces of #addf48

RGB 17322372
HSL0.220.700.58
HSV80°68°87°
CMYK 0.220.000.68   0.13
XYZ44.791062.127515.7620
Yxy62.12750.36510.5064
Hunter Lab78.8210-36.501943.3184
CIE-Lab82.9812-37.549465.6432

#addf48 color RGB value is (173,223,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 01001000
Octal 255 337 110
Decimal 173 223 72
Hex AD DF 48

RGB Percentages of Color #addf48

%36.97
%47.65
%15.38

CMYK Percentages of Color #addf48

%22
%0
%68
%13

Triadic Colors of #addf48

#addf48 #48addf #df48ad

Analogous Colors of #addf48

#addf48 #62df48 #dfc648

Monochromatic Colors of #addf48

#addf48

Complementary Color

#addf48 #7a48df

#addf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf48 Color CSS Codes

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

#addf48 Text Font Color

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

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


#addf48 Background Color

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

This div background color is #addf48


#addf48 Border Color

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

This div border color is #addf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf48


Comments

No comments written yet.

Please login to write comment.