Color Hex Logo

#00feac Color Hex

#00FEAC
(0,254,172)
0 Favorites   0 Comments

Color spaces of #00feac

RGB 0254172
HSL0.451.000.50
HSV161°100°100°
CMYK 1.000.000.32   0.00
XYZ42.888273.862251.0261
Yxy73.86220.25560.4402
Hunter Lab85.9431-61.323624.9586
CIE-Lab88.8573-68.467325.4398

#00feac color RGB value is (0,254,172).

#00feac hex color red value is 0, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #00feac hue: 0.45 , saturation: 1.00 and the lightness value of 00feac is 0.50.

The process color (four color CMYK) of #00feac color hex is 1.00, 0.00, 0.32, 0.00. Web safe color of #00feac is #00ff99. Color #00feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111110 10101100
Octal 0 376 254
Decimal 0 254 172
Hex 0 FE AC

RGB Percentages of Color #00feac

%0.00
%59.62
%40.38

CMYK Percentages of Color #00feac

%100
%0
%32
%0

Triadic Colors of #00feac

#00feac #ac00fe #feac00

Analogous Colors of #00feac

#00feac #00d1fe #00fe2d

Monochromatic Colors of #00feac

#00feac

Complementary Color

#00feac #fe0052

#00feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#00feac Color CSS Codes

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

#00feac Text Font Color

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

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


#00feac Background Color

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

This div background color is #00feac


#00feac Border Color

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

This div border color is #00feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00feac

Related Colors


Comments

No comments written yet.

Please login to write comment.