color codes Logo

#14efcc color codes

#14EFCC
(20,239,204)
0 Favorites   0 Comments

Color spaces of #14efcc

RGB 20239204
HSL0.470.870.51
HSV170°92°94°
CMYK 0.920.000.15   0.06
XYZ42.054166.241467.6961
Yxy66.24140.23900.3764
Hunter Lab81.3888-50.19847.6570
CIE-Lab85.1194-54.85803.6447

#14efcc color RGB value is (20,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101111 11001100
Octal 24 357 314
Decimal 20 239 204
Hex 14 EF CC

RGB Percentages of Color #14efcc

%4.32
%51.62
%44.06

CMYK Percentages of Color #14efcc

%92
%0
%15
%6

Triadic Colors of #14efcc

#14efcc #cc14ef #efcc14

Analogous Colors of #14efcc

#14efcc #14a5ef #14ef5f

Monochromatic Colors of #14efcc

#14efcc

Complementary Color

#14efcc #ef1437

#14efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14efcc Color CSS Codes

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

#14efcc Text Font Color

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

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


#14efcc Background Color

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

This div background color is #14efcc


#14efcc Border Color

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

This div border color is #14efcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,239,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14efcc


Comments

No comments written yet.

Please login to write comment.