Color Hex Logo

#14ebad Color Hex

#14EBAD
(20,235,173)
0 Favorites   0 Comments

Color spaces of #14ebad

RGB 20235173
HSL0.450.840.50
HSV163°91°92°
CMYK 0.910.000.26   0.08
XYZ37.539662.582549.6363
Yxy62.58250.25070.4179
Hunter Lab79.1091-53.737418.1754
CIE-Lab83.2222-60.833217.1476

#14ebad color RGB value is (20,235,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101011 10101101
Octal 24 353 255
Decimal 20 235 173
Hex 14 EB AD

RGB Percentages of Color #14ebad

%4.67
%54.91
%40.42

CMYK Percentages of Color #14ebad

%91
%0
%26
%8

Triadic Colors of #14ebad

#14ebad #ad14eb #ebad14

Analogous Colors of #14ebad

#14ebad #14beeb #14eb42

Monochromatic Colors of #14ebad

#14ebad

Complementary Color

#14ebad #eb1452

#14ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ebad Color CSS Codes

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

#14ebad Text Font Color

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

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


#14ebad Background Color

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

This div background color is #14ebad


#14ebad Border Color

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

This div border color is #14ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ebad


Comments

No comments written yet.

Please login to write comment.