Color Hex Logo

#adda56 Color Hex

#ADDA56
(173,218,86)
0 Favorites   0 Comments

Color spaces of #adda56

RGB 17321886
HSL0.220.640.60
HSV80°61°85°
CMYK 0.210.000.61   0.15
XYZ43.984759.698918.0089
Yxy59.69890.36140.4906
Hunter Lab77.2651-33.599140.2663
CIE-Lab81.6743-34.265058.6199

#adda56 color RGB value is (173,218,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01010110
Octal 255 332 126
Decimal 173 218 86
Hex AD DA 56

RGB Percentages of Color #adda56

%36.27
%45.70
%18.03

CMYK Percentages of Color #adda56

%21
%0
%61
%15

Triadic Colors of #adda56

#adda56 #56adda #da56ad

Analogous Colors of #adda56

#adda56 #6bda56 #dac556

Monochromatic Colors of #adda56

#adda56

Complementary Color

#adda56 #8356da

#adda56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda56 Color CSS Codes

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

#adda56 Text Font Color

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

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


#adda56 Background Color

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

This div background color is #adda56


#adda56 Border Color

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

This div border color is #adda56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda56


Comments

No comments written yet.

Please login to write comment.