Color Hex Logo

#14babd Color Hex

#14BABD
(20,186,189)
0 Favorites   0 Comments

Color spaces of #14babd

RGB 20186189
HSL0.500.810.41
HSV181°89°74°
CMYK 0.890.020.00   0.26
XYZ27.032738.940754.2356
Yxy38.94070.22490.3239
Hunter Lab62.4025-31.8783-7.8487
CIE-Lab68.7083-36.3054-12.4910

#14babd color RGB value is (20,186,189).

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

The process color (four color CMYK) of #14babd color hex is 0.89, 0.02, 0.00, 0.26. Web safe color of #14babd is #00cccc. Color #14babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 10111101
Octal 24 272 275
Decimal 20 186 189
Hex 14 BA BD

RGB Percentages of Color #14babd

%5.06
%47.09
%47.85

CMYK Percentages of Color #14babd

%89
%2
%0
%26

Triadic Colors of #14babd

#14babd #bd14ba #babd14

Analogous Colors of #14babd

#14babd #1466bd #14bd6c

Monochromatic Colors of #14babd

#14babd

Complementary Color

#14babd #bd1714

#14babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14babd Color CSS Codes

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

#14babd Text Font Color

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

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


#14babd Background Color

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

This div background color is #14babd


#14babd Border Color

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

This div border color is #14babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14babd


Comments

No comments written yet.

Please login to write comment.