Color Hex Logo

#14ecdc Color Hex

#14ECDC
(20,236,220)
0 Favorites   0 Comments

Color spaces of #14ecdc

RGB 20236220
HSL0.490.850.50
HSV176°92°93°
CMYK 0.920.000.07   0.07
XYZ43.202265.306978.0387
Yxy65.30690.23160.3501
Hunter Lab80.8127-45.9967-0.6859
CIE-Lab84.6416-49.3626-5.4636

#14ecdc color RGB value is (20,236,220).

#14ecdc hex color red value is 20, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #14ecdc hue: 0.49 , saturation: 0.85 and the lightness value of 14ecdc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101100 11011100
Octal 24 354 334
Decimal 20 236 220
Hex 14 EC DC

RGB Percentages of Color #14ecdc

%4.20
%49.58
%46.22

CMYK Percentages of Color #14ecdc

%92
%0
%7
%7

Triadic Colors of #14ecdc

#14ecdc #dc14ec #ecdc14

Analogous Colors of #14ecdc

#14ecdc #1490ec #14ec70

Monochromatic Colors of #14ecdc

#14ecdc

Complementary Color

#14ecdc #ec1424

#14ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ecdc Color CSS Codes

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

#14ecdc Text Font Color

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

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


#14ecdc Background Color

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

This div background color is #14ecdc


#14ecdc Border Color

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

This div border color is #14ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ecdc


Comments

No comments written yet.

Please login to write comment.