Color Hex Logo

#14b7ae Color Hex

#14B7AE
(20,183,174)
0 Favorites   0 Comments

Color spaces of #14b7ae

RGB 20183174
HSL0.490.800.40
HSV177°89°72°
CMYK 0.890.000.05   0.28
XYZ24.862037.071745.8896
Yxy37.07170.23060.3438
Hunter Lab60.8865-33.6639-2.0657
CIE-Lab67.3308-39.4158-6.2768

#14b7ae color RGB value is (20,183,174).

#14b7ae hex color red value is 20, green value is 183 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #14b7ae hue: 0.49 , saturation: 0.80 and the lightness value of 14b7ae is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10110111 10101110
Octal 24 267 256
Decimal 20 183 174
Hex 14 B7 AE

RGB Percentages of Color #14b7ae

%5.31
%48.54
%46.15

CMYK Percentages of Color #14b7ae

%89
%0
%5
%28

Triadic Colors of #14b7ae

#14b7ae #ae14b7 #b7ae14

Analogous Colors of #14b7ae

#14b7ae #146fb7 #14b75d

Monochromatic Colors of #14b7ae

#14b7ae

Complementary Color

#14b7ae #b7141d

#14b7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b7ae Color CSS Codes

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

#14b7ae Text Font Color

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

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


#14b7ae Background Color

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

This div background color is #14b7ae


#14b7ae Border Color

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

This div border color is #14b7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b7ae


Comments

No comments written yet.

Please login to write comment.