Color Hex Logo

#acda72 Color Hex

#ACDA72
(172,218,114)
0 Favorites   0 Comments

Color spaces of #acda72

RGB 172218114
HSL0.240.580.65
HSV87°48°85°
CMYK 0.210.000.48   0.15
XYZ45.121960.128425.1473
Yxy60.12840.34600.4611
Hunter Lab77.5425-31.830435.0518
CIE-Lab81.9079-31.967546.0985

#acda72 color RGB value is (172,218,114).

#acda72 hex color red value is 172, green value is 218 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #acda72 hue: 0.24 , saturation: 0.58 and the lightness value of acda72 is 0.65.

The process color (four color CMYK) of #acda72 color hex is 0.21, 0.00, 0.48, 0.15. Web safe color of #acda72 is #99cc66. Color #acda72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01110010
Octal 254 332 162
Decimal 172 218 114
Hex AC DA 72

RGB Percentages of Color #acda72

%34.13
%43.25
%22.62

CMYK Percentages of Color #acda72

%21
%0
%48
%15

Triadic Colors of #acda72

#acda72 #72acda #da72ac

Analogous Colors of #acda72

#acda72 #78da72 #dad472

Monochromatic Colors of #acda72

#acda72

Complementary Color

#acda72 #a072da

#acda72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda72 Color CSS Codes

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

#acda72 Text Font Color

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

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


#acda72 Background Color

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

This div background color is #acda72


#acda72 Border Color

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

This div border color is #acda72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda72


Comments

No comments written yet.

Please login to write comment.