Color Hex Logo

#acd466 Color Hex

#ACD466
(172,212,102)
0 Favorites   0 Comments

Color spaces of #acd466

RGB 172212102
HSL0.230.560.62
HSV82°52°83°
CMYK 0.190.000.52   0.17
XYZ42.955056.816921.2732
Yxy56.81690.35490.4694
Hunter Lab75.3770-30.188136.0308
CIE-Lab80.0765-30.419949.5967

#acd466 color RGB value is (172,212,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 01100110
Octal 254 324 146
Decimal 172 212 102
Hex AC D4 66

RGB Percentages of Color #acd466

%35.39
%43.62
%20.99

CMYK Percentages of Color #acd466

%19
%0
%52
%17

Triadic Colors of #acd466

#acd466 #66acd4 #d466ac

Analogous Colors of #acd466

#acd466 #75d466 #d4c566

Monochromatic Colors of #acd466

#acd466

Complementary Color

#acd466 #8e66d4

#acd466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd466 Color CSS Codes

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

#acd466 Text Font Color

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

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


#acd466 Background Color

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

This div background color is #acd466


#acd466 Border Color

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

This div border color is #acd466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd466


Comments

No comments written yet.

Please login to write comment.