Color Hex Logo

#add269 Color Hex

#ADD269
(173,210,105)
0 Favorites   0 Comments

Color spaces of #add269

RGB 173210105
HSL0.230.540.62
HSV81°50°82°
CMYK 0.180.000.50   0.18
XYZ42.830055.997321.9158
Yxy55.99730.35470.4638
Hunter Lab74.8313-28.789735.0177
CIE-Lab79.6123-28.791547.6394

#add269 color RGB value is (173,210,105).

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

The process color (four color CMYK) of #add269 color hex is 0.18, 0.00, 0.50, 0.18. Web safe color of #add269 is #99cc66. Color #add269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 01101001
Octal 255 322 151
Decimal 173 210 105
Hex AD D2 69

RGB Percentages of Color #add269

%35.45
%43.03
%21.52

CMYK Percentages of Color #add269

%18
%0
%50
%18

Triadic Colors of #add269

#add269 #69add2 #d269ad

Analogous Colors of #add269

#add269 #79d269 #d2c369

Monochromatic Colors of #add269

#add269

Complementary Color

#add269 #8e69d2

#add269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add269 Color CSS Codes

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

#add269 Text Font Color

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

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


#add269 Background Color

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

This div background color is #add269


#add269 Border Color

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

This div border color is #add269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add269


Comments

No comments written yet.

Please login to write comment.