Color Hex Logo

#adda8d Color Hex

#ADDA8D
(173,218,141)
0 Favorites   0 Comments

Color spaces of #adda8d

RGB 173218141
HSL0.260.510.70
HSV95°35°85°
CMYK 0.210.000.35   0.15
XYZ47.112760.950134.4808
Yxy60.95010.33050.4276
Hunter Lab78.0705-28.905328.4632
CIE-Lab82.3519-28.227233.2493

#adda8d color RGB value is (173,218,141).

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

The process color (four color CMYK) of #adda8d color hex is 0.21, 0.00, 0.35, 0.15. Web safe color of #adda8d is #99cc99. Color #adda8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10001101
Octal 255 332 215
Decimal 173 218 141
Hex AD DA 8D

RGB Percentages of Color #adda8d

%32.52
%40.98
%26.50

CMYK Percentages of Color #adda8d

%21
%0
%35
%15

Triadic Colors of #adda8d

#adda8d #8dadda #da8dad

Analogous Colors of #adda8d

#adda8d #8dda94 #d4da8d

Monochromatic Colors of #adda8d

#adda8d

Complementary Color

#adda8d #ba8dda

#adda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda8d Color CSS Codes

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

#adda8d Text Font Color

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

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


#adda8d Background Color

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

This div background color is #adda8d


#adda8d Border Color

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

This div border color is #adda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda8d


Comments

No comments written yet.

Please login to write comment.