Color Hex Logo

#14edbc Color Hex

#14EDBC
(20,237,188)
0 Favorites   0 Comments

Color spaces of #14edbc

RGB 20237188
HSL0.460.860.50
HSV166°92°93°
CMYK 0.920.000.21   0.07
XYZ39.649864.347957.9076
Yxy64.34790.24490.3974
Hunter Lab80.2171-52.150913.3514
CIE-Lab84.1466-58.068610.6267

#14edbc color RGB value is (20,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101101 10111100
Octal 24 355 274
Decimal 20 237 188
Hex 14 ED BC

RGB Percentages of Color #14edbc

%4.49
%53.26
%42.25

CMYK Percentages of Color #14edbc

%92
%0
%21
%7

Triadic Colors of #14edbc

#14edbc #bc14ed #edbc14

Analogous Colors of #14edbc

#14edbc #14b2ed #14ed50

Monochromatic Colors of #14edbc

#14edbc

Complementary Color

#14edbc #ed1445

#14edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14edbc Color CSS Codes

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

#14edbc Text Font Color

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

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


#14edbc Background Color

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

This div background color is #14edbc


#14edbc Border Color

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

This div border color is #14edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14edbc


Comments

No comments written yet.

Please login to write comment.