Color Hex Logo

#acd365 Color Hex

#ACD365
(172,211,101)
0 Favorites   0 Comments

Color spaces of #acd365

RGB 172211101
HSL0.230.560.61
HSV81°52°83°
CMYK 0.180.000.52   0.17
XYZ42.656556.298820.9304
Yxy56.29880.35580.4696
Hunter Lab75.0325-29.828535.9838
CIE-Lab79.7836-30.048249.7184

#acd365 color RGB value is (172,211,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 01100101
Octal 254 323 145
Decimal 172 211 101
Hex AC D3 65

RGB Percentages of Color #acd365

%35.54
%43.60
%20.87

CMYK Percentages of Color #acd365

%18
%0
%52
%17

Triadic Colors of #acd365

#acd365 #65acd3 #d365ac

Analogous Colors of #acd365

#acd365 #75d365 #d3c365

Monochromatic Colors of #acd365

#acd365

Complementary Color

#acd365 #8c65d3

#acd365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd365 Color CSS Codes

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

#acd365 Text Font Color

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

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


#acd365 Background Color

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

This div background color is #acd365


#acd365 Border Color

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

This div border color is #acd365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd365


Comments

No comments written yet.

Please login to write comment.