Color Hex Logo

#addd69 Color Hex

#ADDD69
(173,221,105)
0 Favorites   0 Comments

Color spaces of #addd69

RGB 173221105
HSL0.240.630.64
HSV85°52°87°
CMYK 0.220.000.52   0.13
XYZ45.639861.617122.8524
Yxy61.61710.35080.4736
Hunter Lab78.4966-33.584837.6867
CIE-Lab82.7094-33.935451.3327

#addd69 color RGB value is (173,221,105).

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

The process color (four color CMYK) of #addd69 color hex is 0.22, 0.00, 0.52, 0.13. Web safe color of #addd69 is #99cc66. Color #addd69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 01101001
Octal 255 335 151
Decimal 173 221 105
Hex AD DD 69

RGB Percentages of Color #addd69

%34.67
%44.29
%21.04

CMYK Percentages of Color #addd69

%22
%0
%52
%13

Triadic Colors of #addd69

#addd69 #69addd #dd69ad

Analogous Colors of #addd69

#addd69 #73dd69 #ddd369

Monochromatic Colors of #addd69

#addd69

Complementary Color

#addd69 #9969dd

#addd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd69 Color CSS Codes

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

#addd69 Text Font Color

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

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


#addd69 Background Color

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

This div background color is #addd69


#addd69 Border Color

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

This div border color is #addd69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,221,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 #addd69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd69


Comments

No comments written yet.

Please login to write comment.