Color Hex Logo

#add168 Color Hex

#ADD168
(173,209,104)
0 Favorites   0 Comments

Color spaces of #add168

RGB 173209104
HSL0.220.530.61
HSV81°50°82°
CMYK 0.170.000.50   0.18
XYZ42.532755.484621.5646
Yxy55.48460.35570.4640
Hunter Lab74.4880-28.430334.9769
CIE-Lab79.3196-28.418947.7642

#add168 color RGB value is (173,209,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 01101000
Octal 255 321 150
Decimal 173 209 104
Hex AD D1 68

RGB Percentages of Color #add168

%35.60
%43.00
%21.40

CMYK Percentages of Color #add168

%17
%0
%50
%18

Triadic Colors of #add168

#add168 #68add1 #d168ad

Analogous Colors of #add168

#add168 #79d168 #d1c168

Monochromatic Colors of #add168

#add168

Complementary Color

#add168 #8c68d1

#add168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add168 Color CSS Codes

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

#add168 Text Font Color

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

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


#add168 Background Color

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

This div background color is #add168


#add168 Border Color

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

This div border color is #add168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add168


Comments

No comments written yet.

Please login to write comment.