Color Hex Logo

#add268 Color Hex

#ADD268
(173,210,104)
0 Favorites   0 Comments

Color spaces of #add268

RGB 173210104
HSL0.220.540.62
HSV81°50°82°
CMYK 0.180.000.50   0.18
XYZ42.778955.976921.6466
Yxy55.97690.35530.4649
Hunter Lab74.8177-28.869235.2183
CIE-Lab79.6007-28.894048.1012

#add268 color RGB value is (173,210,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 01101000
Octal 255 322 150
Decimal 173 210 104
Hex AD D2 68

RGB Percentages of Color #add268

%35.52
%43.12
%21.36

CMYK Percentages of Color #add268

%18
%0
%50
%18

Triadic Colors of #add268

#add268 #68add2 #d268ad

Analogous Colors of #add268

#add268 #78d268 #d2c268

Monochromatic Colors of #add268

#add268

Complementary Color

#add268 #8d68d2

#add268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add268 Color CSS Codes

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

#add268 Text Font Color

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

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


#add268 Background Color

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

This div background color is #add268


#add268 Border Color

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

This div border color is #add268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add268


Comments

No comments written yet.

Please login to write comment.