Color Hex Logo

#14aaba Color Hex

#14AABA
(20,170,186)
0 Favorites   0 Comments

Color spaces of #14aaba

RGB 20170186
HSL0.520.810.40
HSV186°89°73°
CMYK 0.890.090.00   0.27
XYZ23.526132.443351.4766
Yxy32.44330.21900.3019
Hunter Lab56.9590-25.9514-13.7119
CIE-Lab63.7076-29.6316-18.3776

#14aaba color RGB value is (20,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101010 10111010
Octal 24 252 272
Decimal 20 170 186
Hex 14 AA BA

RGB Percentages of Color #14aaba

%5.32
%45.21
%49.47

CMYK Percentages of Color #14aaba

%89
%9
%0
%27

Triadic Colors of #14aaba

#14aaba #ba14aa #aaba14

Analogous Colors of #14aaba

#14aaba #1457ba #14ba77

Monochromatic Colors of #14aaba

#14aaba

Complementary Color

#14aaba #ba2414

#14aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aaba Color CSS Codes

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

#14aaba Text Font Color

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

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


#14aaba Background Color

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

This div background color is #14aaba


#14aaba Border Color

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

This div border color is #14aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aaba


Comments

No comments written yet.

Please login to write comment.