Color Hex Logo

#14ebde Color Hex

#14EBDE
(20,235,222)
0 Favorites   0 Comments

Color spaces of #14ebde

RGB 20235222
HSL0.490.840.50
HSV176°91°92°
CMYK 0.910.000.06   0.08
XYZ43.181664.839379.3466
Yxy64.83930.23050.3461
Hunter Lab80.5229-45.1917-2.0579
CIE-Lab84.4009-48.3859-6.8731

#14ebde color RGB value is (20,235,222).

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

The process color (four color CMYK) of #14ebde color hex is 0.91, 0.00, 0.06, 0.08. Web safe color of #14ebde is #00ffcc. Color #14ebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101011 11011110
Octal 24 353 336
Decimal 20 235 222
Hex 14 EB DE

RGB Percentages of Color #14ebde

%4.19
%49.27
%46.54

CMYK Percentages of Color #14ebde

%91
%0
%6
%8

Triadic Colors of #14ebde

#14ebde #de14eb #ebde14

Analogous Colors of #14ebde

#14ebde #148deb #14eb73

Monochromatic Colors of #14ebde

#14ebde

Complementary Color

#14ebde #eb1421

#14ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ebde Color CSS Codes

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

#14ebde Text Font Color

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

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


#14ebde Background Color

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

This div background color is #14ebde


#14ebde Border Color

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

This div border color is #14ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ebde


Comments

No comments written yet.

Please login to write comment.