Color Hex Logo

#add65e Color Hex

#ADD65E
(173,214,94)
0 Favorites   0 Comments

Color spaces of #add65e

RGB 17321494
HSL0.220.590.60
HSV81°56°84°
CMYK 0.190.000.56   0.16
XYZ43.300557.785519.4612
Yxy57.78550.35920.4794
Hunter Lab76.0168-31.352638.0328
CIE-Lab80.6194-31.734053.9260

#add65e color RGB value is (173,214,94).

#add65e hex color red value is 173, green value is 214 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #add65e hue: 0.22 , saturation: 0.59 and the lightness value of add65e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 01011110
Octal 255 326 136
Decimal 173 214 94
Hex AD D6 5E

RGB Percentages of Color #add65e

%35.97
%44.49
%19.54

CMYK Percentages of Color #add65e

%19
%0
%56
%16

Triadic Colors of #add65e

#add65e #5eadd6 #d65ead

Analogous Colors of #add65e

#add65e #71d65e #d6c35e

Monochromatic Colors of #add65e

#add65e

Complementary Color

#add65e #875ed6

#add65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#add65e Color CSS Codes

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

#add65e Text Font Color

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

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


#add65e Background Color

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

This div background color is #add65e


#add65e Border Color

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

This div border color is #add65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add65e


Comments

No comments written yet.

Please login to write comment.