Color Hex Logo

#adda7d Color Hex

#ADDA7D
(173,218,125)
0 Favorites   0 Comments

Color spaces of #adda7d

RGB 173218125
HSL0.250.560.67
HSV89°43°85°
CMYK 0.210.000.43   0.15
XYZ46.006760.507728.6564
Yxy60.50770.34040.4476
Hunter Lab77.7867-30.553432.6084
CIE-Lab82.1134-30.320040.9917

#adda7d color RGB value is (173,218,125).

#adda7d hex color red value is 173, green value is 218 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #adda7d hue: 0.25 , saturation: 0.56 and the lightness value of adda7d is 0.67.

The process color (four color CMYK) of #adda7d color hex is 0.21, 0.00, 0.43, 0.15. Web safe color of #adda7d is #99cc66. Color #adda7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01111101
Octal 255 332 175
Decimal 173 218 125
Hex AD DA 7D

RGB Percentages of Color #adda7d

%33.53
%42.25
%24.22

CMYK Percentages of Color #adda7d

%21
%0
%43
%15

Triadic Colors of #adda7d

#adda7d #7dadda #da7dad

Analogous Colors of #adda7d

#adda7d #7fda7d #dad97d

Monochromatic Colors of #adda7d

#adda7d

Complementary Color

#adda7d #aa7dda

#adda7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda7d Color CSS Codes

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

#adda7d Text Font Color

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

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


#adda7d Background Color

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

This div background color is #adda7d


#adda7d Border Color

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

This div border color is #adda7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda7d


Comments

No comments written yet.

Please login to write comment.