Color Hex Logo

#14eadc Color Hex

#14EADC
(20,234,220)
0 Favorites   0 Comments

Color spaces of #14eadc

RGB 20234220
HSL0.490.840.50
HSV176°91°92°
CMYK 0.910.000.06   0.08
XYZ42.629664.161777.8478
Yxy64.16170.23090.3475
Hunter Lab80.1010-45.1794-1.5515
CIE-Lab84.0499-48.5180-6.3378

#14eadc color RGB value is (20,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101010 11011100
Octal 24 352 334
Decimal 20 234 220
Hex 14 EA DC

RGB Percentages of Color #14eadc

%4.22
%49.37
%46.41

CMYK Percentages of Color #14eadc

%91
%0
%6
%8

Triadic Colors of #14eadc

#14eadc #dc14ea #eadc14

Analogous Colors of #14eadc

#14eadc #148dea #14ea71

Monochromatic Colors of #14eadc

#14eadc

Complementary Color

#14eadc #ea1422

#14eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14eadc Color CSS Codes

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

#14eadc Text Font Color

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

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


#14eadc Background Color

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

This div background color is #14eadc


#14eadc Border Color

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

This div border color is #14eadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,234,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 #14eadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14eadc


Comments

No comments written yet.

Please login to write comment.