Color Hex Logo

#adda69 Color Hex

#ADDA69
(173,218,105)
0 Favorites   0 Comments

Color spaces of #adda69

RGB 173218105
HSL0.230.600.63
HSV84°52°85°
CMYK 0.210.000.52   0.15
XYZ44.854860.047022.5907
Yxy60.04700.35180.4710
Hunter Lab77.4900-32.283436.9582
CIE-Lab81.8637-32.548150.3302

#adda69 color RGB value is (173,218,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 01101001
Octal 255 332 151
Decimal 173 218 105
Hex AD DA 69

RGB Percentages of Color #adda69

%34.88
%43.95
%21.17

CMYK Percentages of Color #adda69

%21
%0
%52
%15

Triadic Colors of #adda69

#adda69 #69adda #da69ad

Analogous Colors of #adda69

#adda69 #75da69 #dacf69

Monochromatic Colors of #adda69

#adda69

Complementary Color

#adda69 #9669da

#adda69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda69 Color CSS Codes

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

#adda69 Text Font Color

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

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


#adda69 Background Color

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

This div background color is #adda69


#adda69 Border Color

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

This div border color is #adda69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda69


Comments

No comments written yet.

Please login to write comment.