Color Hex Logo

#acd165 Color Hex

#ACD165
(172,209,101)
0 Favorites   0 Comments

Color spaces of #acd165

RGB 172209101
HSL0.220.540.61
HSV81°52°82°
CMYK 0.180.000.52   0.18
XYZ42.162755.311220.7658
Yxy55.31120.35660.4678
Hunter Lab74.3715-28.954935.5053
CIE-Lab79.2202-29.102749.0504

#acd165 color RGB value is (172,209,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 01100101
Octal 254 321 145
Decimal 172 209 101
Hex AC D1 65

RGB Percentages of Color #acd165

%35.68
%43.36
%20.95

CMYK Percentages of Color #acd165

%18
%0
%52
%18

Triadic Colors of #acd165

#acd165 #65acd1 #d165ac

Analogous Colors of #acd165

#acd165 #76d165 #d1c065

Monochromatic Colors of #acd165

#acd165

Complementary Color

#acd165 #8a65d1

#acd165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd165 Color CSS Codes

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

#acd165 Text Font Color

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

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


#acd165 Background Color

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

This div background color is #acd165


#acd165 Border Color

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

This div border color is #acd165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd165


Comments

No comments written yet.

Please login to write comment.