Color Hex Logo

#adda96 Color Hex

#ADDA96
(173,218,150)
0 Favorites   0 Comments

Color spaces of #adda96

RGB 173218150
HSL0.280.480.72
HSV100°31°85°
CMYK 0.210.000.31   0.15
XYZ47.810061.229138.1527
Yxy61.22910.32480.4160
Hunter Lab78.2490-27.872625.8657
CIE-Lab82.5018-26.930428.8308

#adda96 color RGB value is (173,218,150).

#adda96 hex color red value is 173, green value is 218 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #adda96 hue: 0.28 , saturation: 0.48 and the lightness value of adda96 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10010110
Octal 255 332 226
Decimal 173 218 150
Hex AD DA 96

RGB Percentages of Color #adda96

%31.98
%40.30
%27.73

CMYK Percentages of Color #adda96

%21
%0
%31
%15

Triadic Colors of #adda96

#adda96 #96adda #da96ad

Analogous Colors of #adda96

#adda96 #96daa1 #cfda96

Monochromatic Colors of #adda96

#adda96

Complementary Color

#adda96 #c396da

#adda96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda96 Color CSS Codes

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

#adda96 Text Font Color

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

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


#adda96 Background Color

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

This div background color is #adda96


#adda96 Border Color

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

This div border color is #adda96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda96


Comments

No comments written yet.

Please login to write comment.