Color Hex Logo

#add48f Color Hex

#ADD48F
(173,212,143)
0 Favorites   0 Comments

Color spaces of #add48f

RGB 173212143
HSL0.260.450.70
HSV94°33°83°
CMYK 0.180.000.33   0.17
XYZ45.735057.954434.7624
Yxy57.95440.33030.4186
Hunter Lab76.1278-25.986926.2157
CIE-Lab80.7134-25.060130.0542

#add48f color RGB value is (173,212,143).

#add48f hex color red value is 173, green value is 212 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #add48f hue: 0.26 , saturation: 0.45 and the lightness value of add48f is 0.70.

The process color (four color CMYK) of #add48f color hex is 0.18, 0.00, 0.33, 0.17. Web safe color of #add48f is #99cc99. Color #add48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 10001111
Octal 255 324 217
Decimal 173 212 143
Hex AD D4 8F

RGB Percentages of Color #add48f

%32.77
%40.15
%27.08

CMYK Percentages of Color #add48f

%18
%0
%33
%17

Triadic Colors of #add48f

#add48f #8fadd4 #d48fad

Analogous Colors of #add48f

#add48f #8fd494 #d0d48f

Monochromatic Colors of #add48f

#add48f

Complementary Color

#add48f #b68fd4

#add48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add48f Color CSS Codes

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

#add48f Text Font Color

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

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


#add48f Background Color

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

This div background color is #add48f


#add48f Border Color

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

This div border color is #add48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add48f


Comments

No comments written yet.

Please login to write comment.