Color Hex Logo

#acef03 Color Hex

#ACEF03
(172,239,3)
0 Favorites   0 Comments

Color spaces of #acef03

RGB 1722393
HSL0.210.980.47
HSV77°99°94°
CMYK 0.280.000.99   0.06
XYZ47.896270.510211.1716
Yxy70.51020.36960.5442
Hunter Lab83.9704-45.132850.8912
CIE-Lab87.2465-47.143084.3812

#acef03 color RGB value is (172,239,3).

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

The process color (four color CMYK) of #acef03 color hex is 0.28, 0.00, 0.99, 0.06. Web safe color of #acef03 is #99ff00. Color #acef03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 00000011
Octal 254 357 3
Decimal 172 239 3
Hex AC EF 3

RGB Percentages of Color #acef03

%41.55
%57.73
%0.72

CMYK Percentages of Color #acef03

%28
%0
%99
%6

Triadic Colors of #acef03

#acef03 #03acef #ef03ac

Analogous Colors of #acef03

#acef03 #36ef03 #efbc03

Monochromatic Colors of #acef03

#acef03

Complementary Color

#acef03 #4603ef

#acef03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef03 Color CSS Codes

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

#acef03 Text Font Color

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

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


#acef03 Background Color

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

This div background color is #acef03


#acef03 Border Color

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

This div border color is #acef03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef03


Comments

No comments written yet.

Please login to write comment.