Color Hex Logo

#adda52 Color Hex

#ADDA52
(173,218,82)
0 Favorites   0 Comments

Color spaces of #adda52

RGB 17321882
HSL0.220.650.59
HSV80°62°85°
CMYK 0.210.000.62   0.15
XYZ43.828059.636217.1836
Yxy59.63620.36330.4943
Hunter Lab77.2245-33.836940.8642
CIE-Lab81.6400-34.577460.2642

#adda52 color RGB value is (173,218,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01010010
Octal 255 332 122
Decimal 173 218 82
Hex AD DA 52

RGB Percentages of Color #adda52

%36.58
%46.09
%17.34

CMYK Percentages of Color #adda52

%21
%0
%62
%15

Triadic Colors of #adda52

#adda52 #52adda #da52ad

Analogous Colors of #adda52

#adda52 #69da52 #dac352

Monochromatic Colors of #adda52

#adda52

Complementary Color

#adda52 #7f52da

#adda52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda52 Color CSS Codes

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

#adda52 Text Font Color

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

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


#adda52 Background Color

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

This div background color is #adda52


#adda52 Border Color

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

This div border color is #adda52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda52


Comments

No comments written yet.

Please login to write comment.