Color Hex Logo

#add67c Color Hex

#ADD67C
(173,214,124)
0 Favorites   0 Comments

Color spaces of #add67c

RGB 173214124
HSL0.240.520.66
HSV87°42°84°
CMYK 0.190.000.42   0.16
XYZ44.918258.432627.9800
Yxy58.43260.34200.4449
Hunter Lab76.4412-28.882431.8068
CIE-Lab80.9787-28.550140.0519

#add67c color RGB value is (173,214,124).

#add67c hex color red value is 173, green value is 214 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #add67c hue: 0.24 , saturation: 0.52 and the lightness value of add67c is 0.66.

The process color (four color CMYK) of #add67c color hex is 0.19, 0.00, 0.42, 0.16. Web safe color of #add67c is #99cc66. Color #add67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 01111100
Octal 255 326 174
Decimal 173 214 124
Hex AD D6 7C

RGB Percentages of Color #add67c

%33.86
%41.88
%24.27

CMYK Percentages of Color #add67c

%19
%0
%42
%16

Triadic Colors of #add67c

#add67c #7cadd6 #d67cad

Analogous Colors of #add67c

#add67c #80d67c #d6d27c

Monochromatic Colors of #add67c

#add67c

Complementary Color

#add67c #a57cd6

#add67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#add67c Color CSS Codes

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

#add67c Text Font Color

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

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


#add67c Background Color

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

This div background color is #add67c


#add67c Border Color

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

This div border color is #add67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add67c


Comments

No comments written yet.

Please login to write comment.