Color Hex Logo

#14ebac Color Hex

#14EBAC
(20,235,172)
0 Favorites   0 Comments

Color spaces of #14ebac

RGB 20235172
HSL0.450.840.50
HSV162°91°92°
CMYK 0.910.000.27   0.08
XYZ37.443262.543949.1285
Yxy62.54390.25110.4194
Hunter Lab79.0847-53.886218.5275
CIE-Lab83.2018-61.059617.6391

#14ebac color RGB value is (20,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101011 10101100
Octal 24 353 254
Decimal 20 235 172
Hex 14 EB AC

RGB Percentages of Color #14ebac

%4.68
%55.04
%40.28

CMYK Percentages of Color #14ebac

%91
%0
%27
%8

Triadic Colors of #14ebac

#14ebac #ac14eb #ebac14

Analogous Colors of #14ebac

#14ebac #14bfeb #14eb41

Monochromatic Colors of #14ebac

#14ebac

Complementary Color

#14ebac #eb1453

#14ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ebac Color CSS Codes

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

#14ebac Text Font Color

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

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


#14ebac Background Color

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

This div background color is #14ebac


#14ebac Border Color

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

This div border color is #14ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ebac


Comments

No comments written yet.

Please login to write comment.