Color Hex Logo

#14edce Color Hex

#14EDCE
(20,237,206)
0 Favorites   0 Comments

Color spaces of #14edce

RGB 20237206
HSL0.480.860.50
HSV171°92°93°
CMYK 0.920.000.13   0.07
XYZ41.713365.173368.7737
Yxy65.17330.23750.3710
Hunter Lab80.7300-49.04636.0020
CIE-Lab84.5730-53.53471.8016

#14edce color RGB value is (20,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101101 11001110
Octal 24 355 316
Decimal 20 237 206
Hex 14 ED CE

RGB Percentages of Color #14edce

%4.32
%51.19
%44.49

CMYK Percentages of Color #14edce

%92
%0
%13
%7

Triadic Colors of #14edce

#14edce #ce14ed #edce14

Analogous Colors of #14edce

#14edce #14a0ed #14ed62

Monochromatic Colors of #14edce

#14edce

Complementary Color

#14edce #ed1433

#14edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#14edce Color CSS Codes

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

#14edce Text Font Color

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

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


#14edce Background Color

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

This div background color is #14edce


#14edce Border Color

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

This div border color is #14edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14edce


Comments

No comments written yet.

Please login to write comment.