Color Hex Logo

#14adae Color Hex

#14ADAE
(20,173,174)
0 Favorites   0 Comments

Color spaces of #14adae

RGB 20173174
HSL0.500.790.38
HSV180°89°68°
CMYK 0.890.010.00   0.32
XYZ22.872033.091945.2263
Yxy33.09190.22600.3270
Hunter Lab57.5256-29.6986-6.3456
CIE-Lab64.2353-34.8429-10.8879

#14adae color RGB value is (20,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 10101110
Octal 24 255 256
Decimal 20 173 174
Hex 14 AD AE

RGB Percentages of Color #14adae

%5.45
%47.14
%47.41

CMYK Percentages of Color #14adae

%89
%1
%0
%32

Triadic Colors of #14adae

#14adae #ae14ad #adae14

Analogous Colors of #14adae

#14adae #1460ae #14ae62

Monochromatic Colors of #14adae

#14adae

Complementary Color

#14adae #ae1514

#14adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adae Color CSS Codes

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

#14adae Text Font Color

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

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


#14adae Background Color

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

This div background color is #14adae


#14adae Border Color

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

This div border color is #14adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adae


Comments

No comments written yet.

Please login to write comment.