Color Hex Logo

#acfc0d Color Hex

#ACFC0D
(172,252,13)
0 Favorites   0 Comments

Color spaces of #acfc0d

RGB 17225213
HSL0.220.980.52
HSV80°95°99°
CMYK 0.320.000.95   0.01
XYZ51.896378.420512.7822
Yxy78.42050.36270.5480
Hunter Lab88.5553-50.365153.4307
CIE-Lab90.9714-52.417086.5044

#acfc0d color RGB value is (172,252,13).

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

The process color (four color CMYK) of #acfc0d color hex is 0.32, 0.00, 0.95, 0.01. Web safe color of #acfc0d is #99ff00. Color #acfc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00001101
Octal 254 374 15
Decimal 172 252 13
Hex AC FC D

RGB Percentages of Color #acfc0d

%39.36
%57.67
%2.97

CMYK Percentages of Color #acfc0d

%32
%0
%95
%1

Triadic Colors of #acfc0d

#acfc0d #0dacfc #fc0dac

Analogous Colors of #acfc0d

#acfc0d #34fc0d #fcd50d

Monochromatic Colors of #acfc0d

#acfc0d

Complementary Color

#acfc0d #5d0dfc

#acfc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc0d Color CSS Codes

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

#acfc0d Text Font Color

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

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


#acfc0d Background Color

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

This div background color is #acfc0d


#acfc0d Border Color

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

This div border color is #acfc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc0d


Comments

No comments written yet.

Please login to write comment.