Color Hex Logo

#acda5e Color Hex

#ACDA5E
(172,218,94)
0 Favorites   0 Comments

Color spaces of #acda5e

RGB 17221894
HSL0.230.630.61
HSV82°57°85°
CMYK 0.210.000.57   0.15
XYZ44.105059.721619.7925
Yxy59.72160.35680.4831
Hunter Lab77.2798-33.366338.9108
CIE-Lab81.6866-33.966155.1304

#acda5e color RGB value is (172,218,94).

#acda5e hex color red value is 172, green value is 218 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #acda5e hue: 0.23 , saturation: 0.63 and the lightness value of acda5e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01011110
Octal 254 332 136
Decimal 172 218 94
Hex AC DA 5E

RGB Percentages of Color #acda5e

%35.54
%45.04
%19.42

CMYK Percentages of Color #acda5e

%21
%0
%57
%15

Triadic Colors of #acda5e

#acda5e #5eacda #da5eac

Analogous Colors of #acda5e

#acda5e #6eda5e #daca5e

Monochromatic Colors of #acda5e

#acda5e

Complementary Color

#acda5e #8c5eda

#acda5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda5e Color CSS Codes

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

#acda5e Text Font Color

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

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


#acda5e Background Color

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

This div background color is #acda5e


#acda5e Border Color

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

This div border color is #acda5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda5e


Comments

No comments written yet.

Please login to write comment.