Color Hex Logo

#0efdcd Color Hex

#0EFDCD
(14,253,205)
0 Favorites   0 Comments

Color spaces of #0efdcd

RGB 14253205
HSL0.470.980.52
HSV168°94°99°
CMYK 0.940.000.19   0.01
XYZ46.325874.751769.7445
Yxy74.75170.24280.3917
Hunter Lab86.4591-55.660912.6935
CIE-Lab89.2766-60.29039.1076

#0efdcd color RGB value is (14,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111101 11001101
Octal 16 375 315
Decimal 14 253 205
Hex E FD CD

RGB Percentages of Color #0efdcd

%2.97
%53.60
%43.43

CMYK Percentages of Color #0efdcd

%94
%0
%19
%1

Triadic Colors of #0efdcd

#0efdcd #cd0efd #fdcd0e

Analogous Colors of #0efdcd

#0efdcd #0eb6fd #0efd56

Monochromatic Colors of #0efdcd

#0efdcd

Complementary Color

#0efdcd #fd0e3e

#0efdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efdcd Color CSS Codes

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

#0efdcd Text Font Color

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

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


#0efdcd Background Color

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

This div background color is #0efdcd


#0efdcd Border Color

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

This div border color is #0efdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efdcd


Comments

No comments written yet.

Please login to write comment.