Color Hex Logo

#14efcb Color Hex

#14EFCB
(20,239,203)
0 Favorites   0 Comments

Color spaces of #14efcb

RGB 20239203
HSL0.470.870.51
HSV170°92°94°
CMYK 0.920.000.15   0.06
XYZ41.934566.193567.0664
Yxy66.19350.23940.3778
Hunter Lab81.3594-50.37598.0775
CIE-Lab85.0950-55.11454.1336

#14efcb color RGB value is (20,239,203).

#14efcb hex color red value is 20, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #14efcb hue: 0.47 , saturation: 0.87 and the lightness value of 14efcb is 0.51.

The process color (four color CMYK) of #14efcb color hex is 0.92, 0.00, 0.15, 0.06. Web safe color of #14efcb is #00ffcc. Color #14efcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101111 11001011
Octal 24 357 313
Decimal 20 239 203
Hex 14 EF CB

RGB Percentages of Color #14efcb

%4.33
%51.73
%43.94

CMYK Percentages of Color #14efcb

%92
%0
%15
%6

Triadic Colors of #14efcb

#14efcb #cb14ef #efcb14

Analogous Colors of #14efcb

#14efcb #14a6ef #14ef5e

Monochromatic Colors of #14efcb

#14efcb

Complementary Color

#14efcb #ef1438

#14efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14efcb Color CSS Codes

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

#14efcb Text Font Color

<p style="color:#14efcb">Text here</p>

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


#14efcb Background Color

<div style="background-color:#14efcb">
Div content here</div>

This div background color is #14efcb


#14efcb Border Color

<div style="border:3px solid #14efcb">
Div here</div>

This div border color is #14efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14efcb


Comments

No comments written yet.

Please login to write comment.