Color Hex Logo

#add65f Color Hex

#ADD65F
(173,214,95)
0 Favorites   0 Comments

Color spaces of #add65f

RGB 17321495
HSL0.220.590.61
HSV81°56°84°
CMYK 0.190.000.56   0.16
XYZ43.345757.803619.6991
Yxy57.80360.35870.4783
Hunter Lab76.0287-31.283237.8580
CIE-Lab80.6295-31.643653.4862

#add65f color RGB value is (173,214,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 01011111
Octal 255 326 137
Decimal 173 214 95
Hex AD D6 5F

RGB Percentages of Color #add65f

%35.89
%44.40
%19.71

CMYK Percentages of Color #add65f

%19
%0
%56
%16

Triadic Colors of #add65f

#add65f #5fadd6 #d65fad

Analogous Colors of #add65f

#add65f #72d65f #d6c45f

Monochromatic Colors of #add65f

#add65f

Complementary Color

#add65f #885fd6

#add65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add65f Color CSS Codes

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

#add65f Text Font Color

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

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


#add65f Background Color

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

This div background color is #add65f


#add65f Border Color

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

This div border color is #add65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add65f


Comments

No comments written yet.

Please login to write comment.