Color Hex Logo

#acdf42 Color Hex

#ACDF42
(172,223,66)
0 Favorites   0 Comments

Color spaces of #acdf42

RGB 17222366
HSL0.220.710.57
HSV79°70°87°
CMYK 0.230.000.70   0.13
XYZ44.384361.939414.7704
Yxy61.93940.36650.5115
Hunter Lab78.7016-37.061543.9638
CIE-Lab82.8812-38.299667.7209

#acdf42 color RGB value is (172,223,66).

#acdf42 hex color red value is 172, green value is 223 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #acdf42 hue: 0.22 , saturation: 0.71 and the lightness value of acdf42 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01000010
Octal 254 337 102
Decimal 172 223 66
Hex AC DF 42

RGB Percentages of Color #acdf42

%37.31
%48.37
%14.32

CMYK Percentages of Color #acdf42

%23
%0
%70
%13

Triadic Colors of #acdf42

#acdf42 #42acdf #df42ac

Analogous Colors of #acdf42

#acdf42 #5edf42 #dfc442

Monochromatic Colors of #acdf42

#acdf42

Complementary Color

#acdf42 #7542df

#acdf42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf42 Color CSS Codes

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

#acdf42 Text Font Color

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

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


#acdf42 Background Color

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

This div background color is #acdf42


#acdf42 Border Color

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

This div border color is #acdf42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf42


Comments

No comments written yet.

Please login to write comment.