Color Hex Logo

#acd057 Color Hex

#ACD057
(172,208,87)
0 Favorites   0 Comments

Color spaces of #acd057

RGB 17220887
HSL0.220.560.58
HSV78°58°82°
CMYK 0.170.000.58   0.18
XYZ41.289454.570517.3738
Yxy54.57050.36460.4819
Hunter Lab73.8718-29.506237.7660
CIE-Lab78.7932-29.913554.9586

#acd057 color RGB value is (172,208,87).

#acd057 hex color red value is 172, green value is 208 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #acd057 hue: 0.22 , saturation: 0.56 and the lightness value of acd057 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 01010111
Octal 254 320 127
Decimal 172 208 87
Hex AC D0 57

RGB Percentages of Color #acd057

%36.83
%44.54
%18.63

CMYK Percentages of Color #acd057

%17
%0
%58
%18

Triadic Colors of #acd057

#acd057 #57acd0 #d057ac

Analogous Colors of #acd057

#acd057 #70d057 #d0b857

Monochromatic Colors of #acd057

#acd057

Complementary Color

#acd057 #7b57d0

#acd057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd057 Color CSS Codes

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

#acd057 Text Font Color

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

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


#acd057 Background Color

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

This div background color is #acd057


#acd057 Border Color

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

This div border color is #acd057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd057


Comments

No comments written yet.

Please login to write comment.