Color Hex Logo

#14abae Color Hex

#14ABAE
(20,171,174)
0 Favorites   0 Comments

Color spaces of #14abae

RGB 20171174
HSL0.500.790.38
HSV181°89°68°
CMYK 0.890.020.00   0.32
XYZ22.491432.330545.0994
Yxy32.33050.22510.3236
Hunter Lab56.8599-28.8977-7.2249
CIE-Lab63.6151-33.9046-11.8174

#14abae color RGB value is (20,171,174).

#14abae hex color red value is 20, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #14abae hue: 0.50 , saturation: 0.79 and the lightness value of 14abae is 0.38.

The process color (four color CMYK) of #14abae color hex is 0.89, 0.02, 0.00, 0.32. Web safe color of #14abae is #009999. Color #14abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 10101110
Octal 24 253 256
Decimal 20 171 174
Hex 14 AB AE

RGB Percentages of Color #14abae

%5.48
%46.85
%47.67

CMYK Percentages of Color #14abae

%89
%2
%0
%32

Triadic Colors of #14abae

#14abae #ae14ab #abae14

Analogous Colors of #14abae

#14abae #145eae #14ae64

Monochromatic Colors of #14abae

#14abae

Complementary Color

#14abae #ae1714

#14abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abae Color CSS Codes

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

#14abae Text Font Color

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

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


#14abae Background Color

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

This div background color is #14abae


#14abae Border Color

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

This div border color is #14abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abae


Comments

No comments written yet.

Please login to write comment.