Color Hex Logo

#acf90f Color Hex

#ACF90F
(172,249,15)
0 Favorites   0 Comments

Color spaces of #acf90f

RGB 17224915
HSL0.220.950.52
HSV80°94°98°
CMYK 0.310.000.94   0.02
XYZ50.975276.556512.5422
Yxy76.55650.36390.5465
Hunter Lab87.4966-49.125552.7487
CIE-Lab90.1171-51.166785.6482

#acf90f color RGB value is (172,249,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00001111
Octal 254 371 17
Decimal 172 249 15
Hex AC F9 F

RGB Percentages of Color #acf90f

%39.45
%57.11
%3.44

CMYK Percentages of Color #acf90f

%31
%0
%94
%2

Triadic Colors of #acf90f

#acf90f #0facf9 #f90fac

Analogous Colors of #acf90f

#acf90f #37f90f #f9d10f

Monochromatic Colors of #acf90f

#acf90f

Complementary Color

#acf90f #5c0ff9

#acf90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf90f Color CSS Codes

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

#acf90f Text Font Color

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

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


#acf90f Background Color

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

This div background color is #acf90f


#acf90f Border Color

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

This div border color is #acf90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf90f


Comments

No comments written yet.

Please login to write comment.