Color Hex Logo

#14adbc Color Hex

#14ADBC
(20,173,188)
0 Favorites   0 Comments

Color spaces of #14adbc

RGB 20173188
HSL0.510.810.41
HSV185°89°74°
CMYK 0.890.080.00   0.26
XYZ24.309233.666752.7940
Yxy33.66670.21950.3039
Hunter Lab58.0230-26.7563-13.3307
CIE-Lab64.6971-30.4516-17.9894

#14adbc color RGB value is (20,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 10111100
Octal 24 255 274
Decimal 20 173 188
Hex 14 AD BC

RGB Percentages of Color #14adbc

%5.25
%45.41
%49.34

CMYK Percentages of Color #14adbc

%89
%8
%0
%26

Triadic Colors of #14adbc

#14adbc #bc14ad #adbc14

Analogous Colors of #14adbc

#14adbc #1459bc #14bc77

Monochromatic Colors of #14adbc

#14adbc

Complementary Color

#14adbc #bc2314

#14adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adbc Color CSS Codes

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

#14adbc Text Font Color

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

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


#14adbc Background Color

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

This div background color is #14adbc


#14adbc Border Color

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

This div border color is #14adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adbc


Comments

No comments written yet.

Please login to write comment.