Color Hex Logo

#add38c Color Hex

#ADD38C
(173,211,140)
0 Favorites   0 Comments

Color spaces of #add38c

RGB 173211140
HSL0.260.450.69
HSV92°34°83°
CMYK 0.180.000.34   0.17
XYZ45.261557.366233.4982
Yxy57.36620.33250.4214
Hunter Lab75.7405-25.876626.7958
CIE-Lab80.3851-25.001831.1657

#add38c color RGB value is (173,211,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 10001100
Octal 255 323 214
Decimal 173 211 140
Hex AD D3 8C

RGB Percentages of Color #add38c

%33.02
%40.27
%26.72

CMYK Percentages of Color #add38c

%18
%0
%34
%17

Triadic Colors of #add38c

#add38c #8cadd3 #d38cad

Analogous Colors of #add38c

#add38c #8cd38f #d1d38c

Monochromatic Colors of #add38c

#add38c

Complementary Color

#add38c #b28cd3

#add38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#add38c Color CSS Codes

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

#add38c Text Font Color

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

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


#add38c Background Color

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

This div background color is #add38c


#add38c Border Color

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

This div border color is #add38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add38c


Comments

No comments written yet.

Please login to write comment.