Color Hex Logo

#acef3b Color Hex

#ACEF3B
(172,239,59)
0 Favorites   0 Comments

Color spaces of #acef3b

RGB 17223959
HSL0.230.850.58
HSV82°75°94°
CMYK 0.280.000.75   0.06
XYZ48.669270.819415.2421
Yxy70.81940.36120.5256
Hunter Lab84.1543-44.037548.1693
CIE-Lab87.3972-45.663574.4246

#acef3b color RGB value is (172,239,59).

#acef3b hex color red value is 172, green value is 239 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #acef3b hue: 0.23 , saturation: 0.85 and the lightness value of acef3b is 0.58.

The process color (four color CMYK) of #acef3b color hex is 0.28, 0.00, 0.75, 0.06. Web safe color of #acef3b is #99ff33. Color #acef3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 00111011
Octal 254 357 73
Decimal 172 239 59
Hex AC EF 3B

RGB Percentages of Color #acef3b

%36.60
%50.85
%12.55

CMYK Percentages of Color #acef3b

%28
%0
%75
%6

Triadic Colors of #acef3b

#acef3b #3bacef #ef3bac

Analogous Colors of #acef3b

#acef3b #52ef3b #efd83b

Monochromatic Colors of #acef3b

#acef3b

Complementary Color

#acef3b #7e3bef

#acef3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef3b Color CSS Codes

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

#acef3b Text Font Color

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

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


#acef3b Background Color

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

This div background color is #acef3b


#acef3b Border Color

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

This div border color is #acef3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef3b


Comments

No comments written yet.

Please login to write comment.