Color Hex Logo

#14babc Color Hex

#14BABC
(20,186,188)
0 Favorites   0 Comments

Color spaces of #14babc

RGB 20186188
HSL0.500.810.41
HSV181°89°74°
CMYK 0.890.010.00   0.26
XYZ26.924538.897453.6658
Yxy38.89740.22530.3255
Hunter Lab62.3678-32.0842-7.3600
CIE-Lab68.6769-36.6093-11.9879

#14babc color RGB value is (20,186,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 10111100
Octal 24 272 274
Decimal 20 186 188
Hex 14 BA BC

RGB Percentages of Color #14babc

%5.08
%47.21
%47.72

CMYK Percentages of Color #14babc

%89
%1
%0
%26

Triadic Colors of #14babc

#14babc #bc14ba #babc14

Analogous Colors of #14babc

#14babc #1466bc #14bc6a

Monochromatic Colors of #14babc

#14babc

Complementary Color

#14babc #bc1614

#14babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14babc Color CSS Codes

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

#14babc Text Font Color

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

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


#14babc Background Color

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

This div background color is #14babc


#14babc Border Color

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

This div border color is #14babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14babc


Comments

No comments written yet.

Please login to write comment.