Color Hex Logo

#0effac Color Hex

#0EFFAC
(14,255,172)
0 Favorites   0 Comments

Color spaces of #0effac

RGB 14255172
HSL0.441.000.53
HSV159°95°100°
CMYK 0.950.000.33   0.00
XYZ43.387574.591951.1407
Yxy74.59190.25650.4411
Hunter Lab86.3666-61.469525.3489
CIE-Lab89.2015-68.468325.9170

#0effac color RGB value is (14,255,172).

#0effac hex color red value is 14, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0effac hue: 0.44 , saturation: 1.00 and the lightness value of 0effac is 0.53.

The process color (four color CMYK) of #0effac color hex is 0.95, 0.00, 0.33, 0.00. Web safe color of #0effac is #00ff99. Color #0effac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111111 10101100
Octal 16 377 254
Decimal 14 255 172
Hex E FF AC

RGB Percentages of Color #0effac

%3.17
%57.82
%39.00

CMYK Percentages of Color #0effac

%95
%0
%33
%0

Triadic Colors of #0effac

#0effac #ac0eff #ffac0e

Analogous Colors of #0effac

#0effac #0edaff #0eff34

Monochromatic Colors of #0effac

#0effac

Complementary Color

#0effac #ff0e61

#0effac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0effac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0effac Color CSS Codes

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

#0effac Text Font Color

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

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


#0effac Background Color

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

This div background color is #0effac


#0effac Border Color

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

This div border color is #0effac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,255,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 #0effac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0effac

Related Colors


Comments

No comments written yet.

Please login to write comment.