Color Hex Logo

#acda73 Color Hex

#ACDA73
(172,218,115)
0 Favorites   0 Comments

Color spaces of #acda73

RGB 172218115
HSL0.240.580.65
HSV87°47°85°
CMYK 0.210.000.47   0.15
XYZ45.179260.151325.4488
Yxy60.15130.34550.4599
Hunter Lab77.5573-31.744234.8353
CIE-Lab81.9204-31.856045.6315

#acda73 color RGB value is (172,218,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01110011
Octal 254 332 163
Decimal 172 218 115
Hex AC DA 73

RGB Percentages of Color #acda73

%34.06
%43.17
%22.77

CMYK Percentages of Color #acda73

%21
%0
%47
%15

Triadic Colors of #acda73

#acda73 #73acda #da73ac

Analogous Colors of #acda73

#acda73 #79da73 #dad573

Monochromatic Colors of #acda73

#acda73

Complementary Color

#acda73 #a173da

#acda73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda73 Color CSS Codes

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

#acda73 Text Font Color

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

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


#acda73 Background Color

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

This div background color is #acda73


#acda73 Border Color

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

This div border color is #acda73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda73


Comments

No comments written yet.

Please login to write comment.