Color Hex Logo

#0effcf Color Hex

#0EFFCF
(14,255,207)
0 Favorites   0 Comments

Color spaces of #0effcf

RGB 14255207
HSL0.471.000.53
HSV168°95°100°
CMYK 0.950.000.19   0.00
XYZ47.203676.118471.2359
Yxy76.11840.24260.3912
Hunter Lab87.2459-56.104412.6621
CIE-Lab89.9143-60.56938.9869

#0effcf color RGB value is (14,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111111 11001111
Octal 16 377 317
Decimal 14 255 207
Hex E FF CF

RGB Percentages of Color #0effcf

%2.94
%53.57
%43.49

CMYK Percentages of Color #0effcf

%95
%0
%19
%0

Triadic Colors of #0effcf

#0effcf #cf0eff #ffcf0e

Analogous Colors of #0effcf

#0effcf #0eb7ff #0eff57

Monochromatic Colors of #0effcf

#0effcf

Complementary Color

#0effcf #ff0e3e

#0effcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0effcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0effcf Color CSS Codes

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

#0effcf Text Font Color

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

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


#0effcf Background Color

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

This div background color is #0effcf


#0effcf Border Color

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

This div border color is #0effcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0effcf


Comments

No comments written yet.

Please login to write comment.