Color Hex Logo

#add16b Color Hex

#ADD16B
(173,209,107)
0 Favorites   0 Comments

Color spaces of #add16b

RGB 173209107
HSL0.230.530.62
HSV81°49°82°
CMYK 0.170.000.49   0.18
XYZ42.687955.546722.3816
Yxy55.54670.35390.4605
Hunter Lab74.5297-28.188534.3657
CIE-Lab79.3551-28.107546.3714

#add16b color RGB value is (173,209,107).

#add16b hex color red value is 173, green value is 209 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #add16b hue: 0.23 , saturation: 0.53 and the lightness value of add16b is 0.62.

The process color (four color CMYK) of #add16b color hex is 0.17, 0.00, 0.49, 0.18. Web safe color of #add16b is #99cc66. Color #add16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 01101011
Octal 255 321 153
Decimal 173 209 107
Hex AD D1 6B

RGB Percentages of Color #add16b

%35.38
%42.74
%21.88

CMYK Percentages of Color #add16b

%17
%0
%49
%18

Triadic Colors of #add16b

#add16b #6badd1 #d16bad

Analogous Colors of #add16b

#add16b #7ad16b #d1c26b

Monochromatic Colors of #add16b

#add16b

Complementary Color

#add16b #8f6bd1

#add16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#add16b Color CSS Codes

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

#add16b Text Font Color

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

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


#add16b Background Color

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

This div background color is #add16b


#add16b Border Color

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

This div border color is #add16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add16b


Comments

No comments written yet.

Please login to write comment.