Color Hex Logo

#acd665 Color Hex

#ACD665
(172,214,101)
0 Favorites   0 Comments

Color spaces of #acd665

RGB 172214101
HSL0.230.580.62
HSV82°53°84°
CMYK 0.200.000.53   0.16
XYZ43.408857.803421.1812
Yxy57.80340.35470.4723
Hunter Lab76.0285-31.134736.7021
CIE-Lab80.6294-31.456550.7175

#acd665 color RGB value is (172,214,101).

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

The process color (four color CMYK) of #acd665 color hex is 0.20, 0.00, 0.53, 0.16. Web safe color of #acd665 is #99cc66. Color #acd665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01100101
Octal 254 326 145
Decimal 172 214 101
Hex AC D6 65

RGB Percentages of Color #acd665

%35.32
%43.94
%20.74

CMYK Percentages of Color #acd665

%20
%0
%53
%16

Triadic Colors of #acd665

#acd665 #65acd6 #d665ac

Analogous Colors of #acd665

#acd665 #74d665 #d6c865

Monochromatic Colors of #acd665

#acd665

Complementary Color

#acd665 #8f65d6

#acd665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd665 Color CSS Codes

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

#acd665 Text Font Color

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

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


#acd665 Background Color

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

This div background color is #acd665


#acd665 Border Color

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

This div border color is #acd665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd665


Comments

No comments written yet.

Please login to write comment.