Color Hex Logo

#acdf2a Color Hex

#ACDF2A
(172,223,42)
0 Favorites   0 Comments

Color spaces of #acdf2a

RGB 17222342
HSL0.210.740.52
HSV77°81°87°
CMYK 0.230.000.81   0.13
XYZ43.818961.713211.7928
Yxy61.71320.37350.5260
Hunter Lab78.5577-37.910246.0900
CIE-Lab82.7607-39.434374.9428

#acdf2a color RGB value is (172,223,42).

#acdf2a hex color red value is 172, green value is 223 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #acdf2a hue: 0.21 , saturation: 0.74 and the lightness value of acdf2a is 0.52.

The process color (four color CMYK) of #acdf2a color hex is 0.23, 0.00, 0.81, 0.13. Web safe color of #acdf2a is #99cc33. Color #acdf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 00101010
Octal 254 337 52
Decimal 172 223 42
Hex AC DF 2A

RGB Percentages of Color #acdf2a

%39.36
%51.03
%9.61

CMYK Percentages of Color #acdf2a

%23
%0
%81
%13

Triadic Colors of #acdf2a

#acdf2a #2aacdf #df2aac

Analogous Colors of #acdf2a

#acdf2a #52df2a #dfb82a

Monochromatic Colors of #acdf2a

#acdf2a

Complementary Color

#acdf2a #5d2adf

#acdf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf2a Color CSS Codes

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

#acdf2a Text Font Color

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

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


#acdf2a Background Color

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

This div background color is #acdf2a


#acdf2a Border Color

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

This div border color is #acdf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf2a


Comments

No comments written yet.

Please login to write comment.