Color Hex Logo

#0efecf Color Hex

#0EFECF
(14,254,207)
0 Favorites   0 Comments

Color spaces of #0efecf

RGB 14254207
HSL0.470.990.53
HSV168°94°100°
CMYK 0.940.000.19   0.00
XYZ46.885475.482071.1298
Yxy75.48200.24230.3901
Hunter Lab86.8804-55.712312.2750
CIE-Lab89.6183-60.18528.5628

#0efecf color RGB value is (14,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 11001111
Octal 16 376 317
Decimal 14 254 207
Hex E FE CF

RGB Percentages of Color #0efecf

%2.95
%53.47
%43.58

CMYK Percentages of Color #0efecf

%94
%0
%19
%0

Triadic Colors of #0efecf

#0efecf #cf0efe #fecf0e

Analogous Colors of #0efecf

#0efecf #0eb5fe #0efe57

Monochromatic Colors of #0efecf

#0efecf

Complementary Color

#0efecf #fe0e3d

#0efecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efecf Color CSS Codes

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

#0efecf Text Font Color

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

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


#0efecf Background Color

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

This div background color is #0efecf


#0efecf Border Color

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

This div border color is #0efecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efecf


Comments

No comments written yet.

Please login to write comment.