Color Hex Logo

#acef26 Color Hex

#ACEF26
(172,239,38)
0 Favorites   0 Comments

Color spaces of #acef26

RGB 17223938
HSL0.220.860.54
HSV80°84°94°
CMYK 0.280.000.84   0.06
XYZ48.229670.643612.9273
Yxy70.64360.36590.5360
Hunter Lab84.0497-44.659849.7157
CIE-Lab87.3116-46.502479.8251

#acef26 color RGB value is (172,239,38).

#acef26 hex color red value is 172, green value is 239 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #acef26 hue: 0.22 , saturation: 0.86 and the lightness value of acef26 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 00100110
Octal 254 357 46
Decimal 172 239 38
Hex AC EF 26

RGB Percentages of Color #acef26

%38.31
%53.23
%8.46

CMYK Percentages of Color #acef26

%28
%0
%84
%6

Triadic Colors of #acef26

#acef26 #26acef #ef26ac

Analogous Colors of #acef26

#acef26 #48ef26 #efce26

Monochromatic Colors of #acef26

#acef26

Complementary Color

#acef26 #6926ef

#acef26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef26 Color CSS Codes

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

#acef26 Text Font Color

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

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


#acef26 Background Color

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

This div background color is #acef26


#acef26 Border Color

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

This div border color is #acef26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef26


Comments

No comments written yet.

Please login to write comment.