Color Hex Logo

#acfc03 Color Hex

#ACFC03
(172,252,3)
0 Favorites   0 Comments

Color spaces of #acfc03

RGB 1722523
HSL0.220.980.50
HSV79°99°99°
CMYK 0.320.000.99   0.01
XYZ51.840178.398012.4862
Yxy78.39800.36320.5493
Hunter Lab88.5426-50.441153.6188
CIE-Lab90.9612-52.520587.2486

#acfc03 color RGB value is (172,252,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00000011
Octal 254 374 3
Decimal 172 252 3
Hex AC FC 3

RGB Percentages of Color #acfc03

%40.28
%59.02
%0.70

CMYK Percentages of Color #acfc03

%32
%0
%99
%1

Triadic Colors of #acfc03

#acfc03 #03acfc #fc03ac

Analogous Colors of #acfc03

#acfc03 #30fc03 #fcd003

Monochromatic Colors of #acfc03

#acfc03

Complementary Color

#acfc03 #5303fc

#acfc03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc03 Color CSS Codes

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

#acfc03 Text Font Color

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

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


#acfc03 Background Color

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

This div background color is #acfc03


#acfc03 Border Color

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

This div border color is #acfc03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc03

Related Colors


Comments

No comments written yet.

Please login to write comment.