Color Hex Logo

#acd614 Color Hex

#ACD614
(172,214,20)
0 Favorites   0 Comments

Color spaces of #acd614

RGB 17221420
HSL0.200.830.46
HSV73°91°84°
CMYK 0.200.000.91   0.16
XYZ41.186156.91439.4766
Yxy56.91430.38290.5291
Hunter Lab75.4416-34.573645.3614
CIE-Lab80.1314-35.997477.1110

#acd614 color RGB value is (172,214,20).

#acd614 hex color red value is 172, green value is 214 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #acd614 hue: 0.20 , saturation: 0.83 and the lightness value of acd614 is 0.46.

The process color (four color CMYK) of #acd614 color hex is 0.20, 0.00, 0.91, 0.16. Web safe color of #acd614 is #99cc00. Color #acd614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 00010100
Octal 254 326 24
Decimal 172 214 20
Hex AC D6 14

RGB Percentages of Color #acd614

%42.36
%52.71
%4.93

CMYK Percentages of Color #acd614

%20
%0
%91
%16

Triadic Colors of #acd614

#acd614 #14acd6 #d614ac

Analogous Colors of #acd614

#acd614 #4bd614 #d69f14

Monochromatic Colors of #acd614

#acd614

Complementary Color

#acd614 #3e14d6

#acd614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd614 Color CSS Codes

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

#acd614 Text Font Color

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

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


#acd614 Background Color

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

This div background color is #acd614


#acd614 Border Color

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

This div border color is #acd614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd614


Comments

No comments written yet.

Please login to write comment.