Color Hex Logo

#14baae Color Hex

#14BAAE
(20,186,174)
0 Favorites   0 Comments

Color spaces of #14baae

RGB 20186174
HSL0.490.810.40
HSV176°89°73°
CMYK 0.890.000.06   0.27
XYZ25.487438.322546.0981
Yxy38.32250.23190.3487
Hunter Lab61.9052-34.8426-0.8171
CIE-Lab68.2576-40.7517-4.9055

#14baae color RGB value is (20,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 10101110
Octal 24 272 256
Decimal 20 186 174
Hex 14 BA AE

RGB Percentages of Color #14baae

%5.26
%48.95
%45.79

CMYK Percentages of Color #14baae

%89
%0
%6
%27

Triadic Colors of #14baae

#14baae #ae14ba #baae14

Analogous Colors of #14baae

#14baae #1473ba #14ba5b

Monochromatic Colors of #14baae

#14baae

Complementary Color

#14baae #ba1420

#14baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#14baae Color CSS Codes

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

#14baae Text Font Color

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

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


#14baae Background Color

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

This div background color is #14baae


#14baae Border Color

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

This div border color is #14baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14baae


Comments

No comments written yet.

Please login to write comment.