Color Hex Logo

#addb85 Color Hex

#ADDB85
(173,219,133)
0 Favorites   0 Comments

Color spaces of #addb85

RGB 173219133
HSL0.260.540.69
HSV92°39°86°
CMYK 0.210.000.39   0.14
XYZ46.798761.240731.5444
Yxy61.24070.33530.4387
Hunter Lab78.2564-30.202730.8803
CIE-Lab82.5080-29.780937.5035

#addb85 color RGB value is (173,219,133).

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

The process color (four color CMYK) of #addb85 color hex is 0.21, 0.00, 0.39, 0.14. Web safe color of #addb85 is #99cc99. Color #addb85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10000101
Octal 255 333 205
Decimal 173 219 133
Hex AD DB 85

RGB Percentages of Color #addb85

%32.95
%41.71
%25.33

CMYK Percentages of Color #addb85

%21
%0
%39
%14

Triadic Colors of #addb85

#addb85 #85addb #db85ad

Analogous Colors of #addb85

#addb85 #85db88 #d8db85

Monochromatic Colors of #addb85

#addb85

Complementary Color

#addb85 #b385db

#addb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb85 Color CSS Codes

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

#addb85 Text Font Color

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

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


#addb85 Background Color

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

This div background color is #addb85


#addb85 Border Color

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

This div border color is #addb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb85


Comments

No comments written yet.

Please login to write comment.