Color Hex Logo

#0efdcb Color Hex

#0EFDCB
(14,253,203)
0 Favorites   0 Comments

Color spaces of #0efdcb

RGB 14253203
HSL0.470.980.52
HSV167°94°99°
CMYK 0.940.000.20   0.01
XYZ46.085974.655768.4809
Yxy74.65570.24360.3945
Hunter Lab86.4035-55.997913.4910
CIE-Lab89.2315-60.776310.0774

#0efdcb color RGB value is (14,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111101 11001011
Octal 16 375 313
Decimal 14 253 203
Hex E FD CB

RGB Percentages of Color #0efdcb

%2.98
%53.83
%43.19

CMYK Percentages of Color #0efdcb

%94
%0
%20
%1

Triadic Colors of #0efdcb

#0efdcb #cb0efd #fdcb0e

Analogous Colors of #0efdcb

#0efdcb #0eb8fd #0efd54

Monochromatic Colors of #0efdcb

#0efdcb

Complementary Color

#0efdcb #fd0e40

#0efdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efdcb Color CSS Codes

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

#0efdcb Text Font Color

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

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


#0efdcb Background Color

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

This div background color is #0efdcb


#0efdcb Border Color

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

This div border color is #0efdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efdcb


Comments

No comments written yet.

Please login to write comment.