Color Hex Logo

#acda78 Color Hex

#ACDA78
(172,218,120)
0 Favorites   0 Comments

Color spaces of #acda78

RGB 172218120
HSL0.240.570.66
HSV88°45°85°
CMYK 0.210.000.45   0.15
XYZ45.474860.269527.0057
Yxy60.26950.34260.4540
Hunter Lab77.6334-31.299833.7187
CIE-Lab81.9845-31.283143.2793

#acda78 color RGB value is (172,218,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01111000
Octal 254 332 170
Decimal 172 218 120
Hex AC DA 78

RGB Percentages of Color #acda78

%33.73
%42.75
%23.53

CMYK Percentages of Color #acda78

%21
%0
%45
%15

Triadic Colors of #acda78

#acda78 #78acda #da78ac

Analogous Colors of #acda78

#acda78 #7bda78 #dad778

Monochromatic Colors of #acda78

#acda78

Complementary Color

#acda78 #a678da

#acda78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda78 Color CSS Codes

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

#acda78 Text Font Color

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

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


#acda78 Background Color

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

This div background color is #acda78


#acda78 Border Color

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

This div border color is #acda78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda78


Comments

No comments written yet.

Please login to write comment.