Color Hex Logo

#adda66 Color Hex

#ADDA66
(173,218,102)
0 Favorites   0 Comments

Color spaces of #adda66

RGB 173218102
HSL0.230.610.63
HSV83°53°85°
CMYK 0.210.000.53   0.15
XYZ44.703359.986421.7928
Yxy59.98640.35340.4743
Hunter Lab77.4509-32.512037.5329
CIE-Lab81.8308-32.845051.6841

#adda66 color RGB value is (173,218,102).

#adda66 hex color red value is 173, green value is 218 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #adda66 hue: 0.23 , saturation: 0.61 and the lightness value of adda66 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01100110
Octal 255 332 146
Decimal 173 218 102
Hex AD DA 66

RGB Percentages of Color #adda66

%35.09
%44.22
%20.69

CMYK Percentages of Color #adda66

%21
%0
%53
%15

Triadic Colors of #adda66

#adda66 #66adda #da66ad

Analogous Colors of #adda66

#adda66 #73da66 #dacd66

Monochromatic Colors of #adda66

#adda66

Complementary Color

#adda66 #9366da

#adda66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda66 Color CSS Codes

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

#adda66 Text Font Color

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

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


#adda66 Background Color

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

This div background color is #adda66


#adda66 Border Color

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

This div border color is #adda66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda66


Comments

No comments written yet.

Please login to write comment.