Color Hex Logo

#addd48 Color Hex

#ADDD48
(173,221,72)
0 Favorites   0 Comments

Color spaces of #addd48

RGB 17322172
HSL0.220.690.57
HSV79°67°87°
CMYK 0.220.000.67   0.13
XYZ44.259761.065015.5849
Yxy61.06500.36610.5050
Hunter Lab78.1441-35.652342.8762
CIE-Lab82.4137-36.647865.0596

#addd48 color RGB value is (173,221,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 01001000
Octal 255 335 110
Decimal 173 221 72
Hex AD DD 48

RGB Percentages of Color #addd48

%37.12
%47.42
%15.45

CMYK Percentages of Color #addd48

%22
%0
%67
%13

Triadic Colors of #addd48

#addd48 #48addd #dd48ad

Analogous Colors of #addd48

#addd48 #62dd48 #ddc348

Monochromatic Colors of #addd48

#addd48

Complementary Color

#addd48 #7848dd

#addd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd48 Color CSS Codes

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

#addd48 Text Font Color

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

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


#addd48 Background Color

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

This div background color is #addd48


#addd48 Border Color

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

This div border color is #addd48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,221,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 #addd48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd48


Comments

No comments written yet.

Please login to write comment.