Color Hex Logo

#14ecbd Color Hex

#14ECBD
(20,236,189)
0 Favorites   0 Comments

Color spaces of #14ecbd

RGB 20236189
HSL0.460.850.50
HSV167°92°93°
CMYK 0.920.000.20   0.07
XYZ39.469363.813858.3812
Yxy63.81380.24410.3947
Hunter Lab79.8835-51.601912.5876
CIE-Lab83.8687-57.43879.7071

#14ecbd color RGB value is (20,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101100 10111101
Octal 24 354 275
Decimal 20 236 189
Hex 14 EC BD

RGB Percentages of Color #14ecbd

%4.49
%53.03
%42.47

CMYK Percentages of Color #14ecbd

%92
%0
%20
%7

Triadic Colors of #14ecbd

#14ecbd #bd14ec #ecbd14

Analogous Colors of #14ecbd

#14ecbd #14afec #14ec51

Monochromatic Colors of #14ecbd

#14ecbd

Complementary Color

#14ecbd #ec1443

#14ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ecbd Color CSS Codes

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

#14ecbd Text Font Color

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

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


#14ecbd Background Color

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

This div background color is #14ecbd


#14ecbd Border Color

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

This div border color is #14ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ecbd


Comments

No comments written yet.

Please login to write comment.