Color Hex Logo

#14abba Color Hex

#14ABBA
(20,171,186)
0 Favorites   0 Comments

Color spaces of #14abba

RGB 20171186
HSL0.520.810.40
HSV185°89°73°
CMYK 0.890.080.00   0.27
XYZ23.714332.819751.5393
Yxy32.81970.21940.3037
Hunter Lab57.2885-26.3656-13.2380
CIE-Lab64.0147-30.1203-17.9114

#14abba color RGB value is (20,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 10111010
Octal 24 253 272
Decimal 20 171 186
Hex 14 AB BA

RGB Percentages of Color #14abba

%5.31
%45.36
%49.34

CMYK Percentages of Color #14abba

%89
%8
%0
%27

Triadic Colors of #14abba

#14abba #ba14ab #abba14

Analogous Colors of #14abba

#14abba #1458ba #14ba76

Monochromatic Colors of #14abba

#14abba

Complementary Color

#14abba #ba2314

#14abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abba Color CSS Codes

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

#14abba Text Font Color

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

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


#14abba Background Color

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

This div background color is #14abba


#14abba Border Color

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

This div border color is #14abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abba


Comments

No comments written yet.

Please login to write comment.