Color Hex Logo

#0efdac Color Hex

#0EFDAC
(14,253,172)
0 Favorites   0 Comments

Color spaces of #0efdac

RGB 14253172
HSL0.440.980.52
HSV160°94°99°
CMYK 0.940.000.32   0.01
XYZ42.752873.322550.9291
Yxy73.32250.25600.4390
Hunter Lab85.6286-60.728124.6762
CIE-Lab88.6013-67.767825.0969

#0efdac color RGB value is (14,253,172).

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

The process color (four color CMYK) of #0efdac color hex is 0.94, 0.00, 0.32, 0.01. Web safe color of #0efdac is #00ff99. Color #0efdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111101 10101100
Octal 16 375 254
Decimal 14 253 172
Hex E FD AC

RGB Percentages of Color #0efdac

%3.19
%57.63
%39.18

CMYK Percentages of Color #0efdac

%94
%0
%32
%1

Triadic Colors of #0efdac

#0efdac #ac0efd #fdac0e

Analogous Colors of #0efdac

#0efdac #0ed7fd #0efd35

Monochromatic Colors of #0efdac

#0efdac

Complementary Color

#0efdac #fd0e5f

#0efdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efdac Color CSS Codes

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

#0efdac Text Font Color

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

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


#0efdac Background Color

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

This div background color is #0efdac


#0efdac Border Color

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

This div border color is #0efdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efdac

Related Colors


Comments

No comments written yet.

Please login to write comment.