Color Hex Logo

#acd65f Color Hex

#ACD65F
(172,214,95)
0 Favorites   0 Comments

Color spaces of #acd65f

RGB 17221495
HSL0.230.590.61
HSV81°56°84°
CMYK 0.200.000.56   0.16
XYZ43.125457.690019.6888
Yxy57.69000.35790.4787
Hunter Lab75.9539-31.570037.7986
CIE-Lab80.5661-32.023753.3967

#acd65f color RGB value is (172,214,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01011111
Octal 254 326 137
Decimal 172 214 95
Hex AC D6 5F

RGB Percentages of Color #acd65f

%35.76
%44.49
%19.75

CMYK Percentages of Color #acd65f

%20
%0
%56
%16

Triadic Colors of #acd65f

#acd65f #5facd6 #d65fac

Analogous Colors of #acd65f

#acd65f #71d65f #d6c55f

Monochromatic Colors of #acd65f

#acd65f

Complementary Color

#acd65f #895fd6

#acd65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd65f Color CSS Codes

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

#acd65f Text Font Color

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

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


#acd65f Background Color

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

This div background color is #acd65f


#acd65f Border Color

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

This div border color is #acd65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd65f


Comments

No comments written yet.

Please login to write comment.