Color Hex Logo

#acdf0e Color Hex

#ACDF0E
(172,223,14)
0 Favorites   0 Comments

Color spaces of #acdf0e

RGB 17222314
HSL0.210.880.46
HSV75°94°87°
CMYK 0.230.000.94   0.13
XYZ43.480261.577710.0095
Yxy61.57770.37790.5351
Hunter Lab78.4715-38.420147.3672
CIE-Lab82.6883-40.120379.8884

#acdf0e color RGB value is (172,223,14).

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

The process color (four color CMYK) of #acdf0e color hex is 0.23, 0.00, 0.94, 0.13. Web safe color of #acdf0e is #99cc00. Color #acdf0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 00001110
Octal 254 337 16
Decimal 172 223 14
Hex AC DF E

RGB Percentages of Color #acdf0e

%42.05
%54.52
%3.42

CMYK Percentages of Color #acdf0e

%23
%0
%94
%13

Triadic Colors of #acdf0e

#acdf0e #0eacdf #df0eac

Analogous Colors of #acdf0e

#acdf0e #44df0e #dfaa0e

Monochromatic Colors of #acdf0e

#acdf0e

Complementary Color

#acdf0e #410edf

#acdf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf0e Color CSS Codes

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

#acdf0e Text Font Color

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

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


#acdf0e Background Color

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

This div background color is #acdf0e


#acdf0e Border Color

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

This div border color is #acdf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf0e


Comments

No comments written yet.

Please login to write comment.