Color Hex Logo

#acd35d Color Hex

#ACD35D
(172,211,93)
0 Favorites   0 Comments

Color spaces of #acd35d

RGB 17221193
HSL0.220.570.60
HSV80°56°83°
CMYK 0.180.000.56   0.17
XYZ42.283356.149518.9653
Yxy56.14950.36020.4783
Hunter Lab74.9330-30.408437.4470
CIE-Lab79.6988-30.802653.3040

#acd35d color RGB value is (172,211,93).

#acd35d hex color red value is 172, green value is 211 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #acd35d hue: 0.22 , saturation: 0.57 and the lightness value of acd35d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 01011101
Octal 254 323 135
Decimal 172 211 93
Hex AC D3 5D

RGB Percentages of Color #acd35d

%36.13
%44.33
%19.54

CMYK Percentages of Color #acd35d

%18
%0
%56
%17

Triadic Colors of #acd35d

#acd35d #5dacd3 #d35dac

Analogous Colors of #acd35d

#acd35d #71d35d #d3bf5d

Monochromatic Colors of #acd35d

#acd35d

Complementary Color

#acd35d #845dd3

#acd35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd35d Color CSS Codes

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

#acd35d Text Font Color

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

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


#acd35d Background Color

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

This div background color is #acd35d


#acd35d Border Color

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

This div border color is #acd35d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,211,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd35d


Comments

No comments written yet.

Please login to write comment.