Color Hex Logo

#0ef5ed Color Hex

#0EF5ED
(14,245,237)
0 Favorites   0 Comments

Color spaces of #0ef5ed

RGB 14245237
HSL0.490.920.51
HSV178°94°96°
CMYK 0.940.000.03   0.04
XYZ48.119671.512691.3879
Yxy71.51260.22800.3389
Hunter Lab84.5651-46.4181-4.8780
CIE-Lab87.7335-48.6243-9.8062

#0ef5ed color RGB value is (14,245,237).

#0ef5ed hex color red value is 14, green value is 245 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0ef5ed hue: 0.49 , saturation: 0.92 and the lightness value of 0ef5ed is 0.51.

The process color (four color CMYK) of #0ef5ed color hex is 0.94, 0.00, 0.03, 0.04. Web safe color of #0ef5ed is #00ffff. Color #0ef5ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110101 11101101
Octal 16 365 355
Decimal 14 245 237
Hex E F5 ED

RGB Percentages of Color #0ef5ed

%2.82
%49.40
%47.78

CMYK Percentages of Color #0ef5ed

%94
%0
%3
%4

Triadic Colors of #0ef5ed

#0ef5ed #ed0ef5 #f5ed0e

Analogous Colors of #0ef5ed

#0ef5ed #0e8af5 #0ef57a

Monochromatic Colors of #0ef5ed

#0ef5ed

Complementary Color

#0ef5ed #f50e16

#0ef5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef5ed Color CSS Codes

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

#0ef5ed Text Font Color

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

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


#0ef5ed Background Color

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

This div background color is #0ef5ed


#0ef5ed Border Color

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

This div border color is #0ef5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef5ed


Comments

No comments written yet.

Please login to write comment.