Color Hex Logo

#acd355 Color Hex

#ACD355
(172,211,85)
0 Favorites   0 Comments

Color spaces of #acd355

RGB 17221185
HSL0.220.590.58
HSV79°60°83°
CMYK 0.180.000.60   0.17
XYZ41.947256.015117.1955
Yxy56.01510.36430.4864
Hunter Lab74.8432-30.932238.7682
CIE-Lab79.6224-31.487256.7606

#acd355 color RGB value is (172,211,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 01010101
Octal 254 323 125
Decimal 172 211 85
Hex AC D3 55

RGB Percentages of Color #acd355

%36.75
%45.09
%18.16

CMYK Percentages of Color #acd355

%18
%0
%60
%17

Triadic Colors of #acd355

#acd355 #55acd3 #d355ac

Analogous Colors of #acd355

#acd355 #6dd355 #d3bb55

Monochromatic Colors of #acd355

#acd355

Complementary Color

#acd355 #7c55d3

#acd355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd355 Color CSS Codes

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

#acd355 Text Font Color

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

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


#acd355 Background Color

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

This div background color is #acd355


#acd355 Border Color

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

This div border color is #acd355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd355


Comments

No comments written yet.

Please login to write comment.