Color Hex Logo

#acf90e Color Hex

#ACF90E
(172,249,14)
0 Favorites   0 Comments

Color spaces of #acf90e

RGB 17224914
HSL0.220.950.52
HSV80°94°98°
CMYK 0.310.000.94   0.02
XYZ50.968276.553712.5055
Yxy76.55370.36400.5467
Hunter Lab87.4950-49.135152.7723
CIE-Lab90.1158-51.179785.7410

#acf90e color RGB value is (172,249,14).

#acf90e hex color red value is 172, green value is 249 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #acf90e hue: 0.22 , saturation: 0.95 and the lightness value of acf90e is 0.52.

The process color (four color CMYK) of #acf90e color hex is 0.31, 0.00, 0.94, 0.02. Web safe color of #acf90e is #99ff00. Color #acf90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00001110
Octal 254 371 16
Decimal 172 249 14
Hex AC F9 E

RGB Percentages of Color #acf90e

%39.54
%57.24
%3.22

CMYK Percentages of Color #acf90e

%31
%0
%94
%2

Triadic Colors of #acf90e

#acf90e #0eacf9 #f90eac

Analogous Colors of #acf90e

#acf90e #37f90e #f9d10e

Monochromatic Colors of #acf90e

#acf90e

Complementary Color

#acf90e #5b0ef9

#acf90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf90e Color CSS Codes

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

#acf90e Text Font Color

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

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


#acf90e Background Color

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

This div background color is #acf90e


#acf90e Border Color

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

This div border color is #acf90e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,249,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 #acf90e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf90e


Comments

No comments written yet.

Please login to write comment.