Color Hex Logo

#0efeda Color Hex

#0EFEDA
(14,254,218)
0 Favorites   0 Comments

Color spaces of #0efeda

RGB 14254218
HSL0.480.990.53
HSV171°94°100°
CMYK 0.940.000.14   0.00
XYZ48.277876.038978.4621
Yxy76.03890.23810.3750
Hunter Lab87.2003-53.77537.6915
CIE-Lab89.8774-57.42923.2405

#0efeda color RGB value is (14,254,218).

#0efeda hex color red value is 14, green value is 254 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0efeda hue: 0.48 , saturation: 0.99 and the lightness value of 0efeda is 0.53.

The process color (four color CMYK) of #0efeda color hex is 0.94, 0.00, 0.14, 0.00. Web safe color of #0efeda is #00ffcc. Color #0efeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 11011010
Octal 16 376 332
Decimal 14 254 218
Hex E FE DA

RGB Percentages of Color #0efeda

%2.88
%52.26
%44.86

CMYK Percentages of Color #0efeda

%94
%0
%14
%0

Triadic Colors of #0efeda

#0efeda #da0efe #feda0e

Analogous Colors of #0efeda

#0efeda #0eaafe #0efe62

Monochromatic Colors of #0efeda

#0efeda

Complementary Color

#0efeda #fe0e32

#0efeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efeda Color CSS Codes

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

#0efeda Text Font Color

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

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


#0efeda Background Color

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

This div background color is #0efeda


#0efeda Border Color

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

This div border color is #0efeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efeda

Related Colors


Comments

No comments written yet.

Please login to write comment.