Color Hex Logo

#acdf5a Color Hex

#ACDF5A
(172,223,90)
0 Favorites   0 Comments

Color spaces of #acdf5a

RGB 17222390
HSL0.230.680.61
HSV83°60°87°
CMYK 0.230.000.60   0.13
XYZ45.246462.284219.3102
Yxy62.28420.35670.4910
Hunter Lab78.9203-35.773440.7372
CIE-Lab83.0643-36.593658.4335

#acdf5a color RGB value is (172,223,90).

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

The process color (four color CMYK) of #acdf5a color hex is 0.23, 0.00, 0.60, 0.13. Web safe color of #acdf5a is #99cc66. Color #acdf5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01011010
Octal 254 337 132
Decimal 172 223 90
Hex AC DF 5A

RGB Percentages of Color #acdf5a

%35.46
%45.98
%18.56

CMYK Percentages of Color #acdf5a

%23
%0
%60
%13

Triadic Colors of #acdf5a

#acdf5a #5aacdf #df5aac

Analogous Colors of #acdf5a

#acdf5a #6adf5a #dfd05a

Monochromatic Colors of #acdf5a

#acdf5a

Complementary Color

#acdf5a #8d5adf

#acdf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf5a Color CSS Codes

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

#acdf5a Text Font Color

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

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


#acdf5a Background Color

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

This div background color is #acdf5a


#acdf5a Border Color

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

This div border color is #acdf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf5a


Comments

No comments written yet.

Please login to write comment.