Color Hex Logo

#add855 Color Hex

#ADD855
(173,216,85)
0 Favorites   0 Comments

Color spaces of #add855

RGB 17321685
HSL0.220.630.59
HSV80°61°85°
CMYK 0.200.000.61   0.15
XYZ43.429158.651817.6263
Yxy58.65180.36280.4900
Hunter Lab76.5845-32.800039.9632
CIE-Lab81.0998-33.424358.4125

#add855 color RGB value is (173,216,85).

#add855 hex color red value is 173, green value is 216 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #add855 hue: 0.22 , saturation: 0.63 and the lightness value of add855 is 0.59.

The process color (four color CMYK) of #add855 color hex is 0.20, 0.00, 0.61, 0.15. Web safe color of #add855 is #99cc66. Color #add855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 01010101
Octal 255 330 125
Decimal 173 216 85
Hex AD D8 55

RGB Percentages of Color #add855

%36.50
%45.57
%17.93

CMYK Percentages of Color #add855

%20
%0
%61
%15

Triadic Colors of #add855

#add855 #55add8 #d855ad

Analogous Colors of #add855

#add855 #6cd855 #d8c255

Monochromatic Colors of #add855

#add855

Complementary Color

#add855 #8055d8

#add855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add855 Color CSS Codes

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

#add855 Text Font Color

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

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


#add855 Background Color

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

This div background color is #add855


#add855 Border Color

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

This div border color is #add855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add855


Comments

No comments written yet.

Please login to write comment.