Color Hex Logo

#acd714 Color Hex

#ACD714
(172,215,20)
0 Favorites   0 Comments

Color spaces of #acd714

RGB 17221520
HSL0.200.830.46
HSV73°91°84°
CMYK 0.200.000.91   0.16
XYZ41.440057.42209.5613
Yxy57.42200.38220.5296
Hunter Lab75.7773-34.994845.5631
CIE-Lab80.4164-36.450077.3391

#acd714 color RGB value is (172,215,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 00010100
Octal 254 327 24
Decimal 172 215 20
Hex AC D7 14

RGB Percentages of Color #acd714

%42.26
%52.83
%4.91

CMYK Percentages of Color #acd714

%20
%0
%91
%16

Triadic Colors of #acd714

#acd714 #14acd7 #d714ac

Analogous Colors of #acd714

#acd714 #4bd714 #d7a114

Monochromatic Colors of #acd714

#acd714

Complementary Color

#acd714 #3f14d7

#acd714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd714 Color CSS Codes

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

#acd714 Text Font Color

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

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


#acd714 Background Color

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

This div background color is #acd714


#acd714 Border Color

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

This div border color is #acd714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd714


Comments

No comments written yet.

Please login to write comment.