Color Hex Logo

#14aeba Color Hex

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

Color spaces of #14aeba

RGB 20174186
HSL0.510.810.40
HSV184°89°73°
CMYK 0.890.060.00   0.27
XYZ24.287533.966051.7304
Yxy33.96600.22080.3088
Hunter Lab58.2804-27.6033-11.8303
CIE-Lab64.9356-31.5738-16.5160

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

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

The process color (four color CMYK) of #14aeba color hex is 0.89, 0.06, 0.00, 0.27. Web safe color of #14aeba is #0099cc. Color #14aeba contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #14aeba

%5.26
%45.79
%48.95

CMYK Percentages of Color #14aeba

%89
%6
%0
%27

Triadic Colors of #14aeba

#14aeba #ba14ae #aeba14

Analogous Colors of #14aeba

#14aeba #145bba #14ba73

Monochromatic Colors of #14aeba

#14aeba

Complementary Color

#14aeba #ba2014

#14aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aeba Color CSS Codes

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

#14aeba Text Font Color

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

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


#14aeba Background Color

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

This div background color is #14aeba


#14aeba Border Color

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

This div border color is #14aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aeba


Comments

No comments written yet.

Please login to write comment.