Color Hex Logo

#14beac Color Hex

#14BEAC
(20,190,172)
0 Favorites   0 Comments

Color spaces of #14beac

RGB 20190172
HSL0.480.810.41
HSV174°89°75°
CMYK 0.890.000.09   0.25
XYZ26.148339.954245.3635
Yxy39.95420.23460.3584
Hunter Lab63.2093-36.77481.6958
CIE-Lab69.4369-43.0716-2.0703

#14beac color RGB value is (20,190,172).

#14beac hex color red value is 20, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #14beac hue: 0.48 , saturation: 0.81 and the lightness value of 14beac is 0.41.

The process color (four color CMYK) of #14beac color hex is 0.89, 0.00, 0.09, 0.25. Web safe color of #14beac is #00cc99. Color #14beac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111110 10101100
Octal 24 276 254
Decimal 20 190 172
Hex 14 BE AC

RGB Percentages of Color #14beac

%5.24
%49.74
%45.03

CMYK Percentages of Color #14beac

%89
%0
%9
%25

Triadic Colors of #14beac

#14beac #ac14be #beac14

Analogous Colors of #14beac

#14beac #147bbe #14be57

Monochromatic Colors of #14beac

#14beac

Complementary Color

#14beac #be1426

#14beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#14beac Color CSS Codes

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

#14beac Text Font Color

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

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


#14beac Background Color

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

This div background color is #14beac


#14beac Border Color

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

This div border color is #14beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14beac


Comments

No comments written yet.

Please login to write comment.