Color Hex Logo

#adda4d Color Hex

#ADDA4D
(173,218,77)
0 Favorites   0 Comments

Color spaces of #adda4d

RGB 17321877
HSL0.220.660.58
HSV79°65°85°
CMYK 0.210.000.65   0.15
XYZ43.644559.562916.2177
Yxy59.56290.36550.4987
Hunter Lab77.1770-34.115941.5649
CIE-Lab81.6000-34.944762.2595

#adda4d color RGB value is (173,218,77).

#adda4d hex color red value is 173, green value is 218 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #adda4d hue: 0.22 , saturation: 0.66 and the lightness value of adda4d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01001101
Octal 255 332 115
Decimal 173 218 77
Hex AD DA 4D

RGB Percentages of Color #adda4d

%36.97
%46.58
%16.45

CMYK Percentages of Color #adda4d

%21
%0
%65
%15

Triadic Colors of #adda4d

#adda4d #4dadda #da4dad

Analogous Colors of #adda4d

#adda4d #67da4d #dac14d

Monochromatic Colors of #adda4d

#adda4d

Complementary Color

#adda4d #7a4dda

#adda4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda4d Color CSS Codes

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

#adda4d Text Font Color

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

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


#adda4d Background Color

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

This div background color is #adda4d


#adda4d Border Color

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

This div border color is #adda4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda4d


Comments

No comments written yet.

Please login to write comment.