Color Hex Logo

#adda53 Color Hex

#ADDA53
(173,218,83)
0 Favorites   0 Comments

Color spaces of #adda53

RGB 17321883
HSL0.220.650.59
HSV80°62°85°
CMYK 0.210.000.62   0.15
XYZ43.866359.651617.3855
Yxy59.65160.36280.4934
Hunter Lab77.2344-33.778940.7179
CIE-Lab81.6485-34.501159.8571

#adda53 color RGB value is (173,218,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01010011
Octal 255 332 123
Decimal 173 218 83
Hex AD DA 53

RGB Percentages of Color #adda53

%36.50
%45.99
%17.51

CMYK Percentages of Color #adda53

%21
%0
%62
%15

Triadic Colors of #adda53

#adda53 #53adda #da53ad

Analogous Colors of #adda53

#adda53 #6ada53 #dac453

Monochromatic Colors of #adda53

#adda53

Complementary Color

#adda53 #8053da

#adda53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda53 Color CSS Codes

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

#adda53 Text Font Color

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

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


#adda53 Background Color

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

This div background color is #adda53


#adda53 Border Color

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

This div border color is #adda53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda53


Comments

No comments written yet.

Please login to write comment.