Color Hex Logo

#14abd8 Color Hex

#14ABD8
(20,171,216)
0 Favorites   0 Comments

Color spaces of #14abd8

RGB 20171216
HSL0.540.830.46
HSV194°91°85°
CMYK 0.910.210.00   0.15
XYZ27.246134.232470.1372
Yxy34.23240.20700.2601
Hunter Lab58.5085-19.2663-30.1181
CIE-Lab65.1466-20.0904-32.8187

#14abd8 color RGB value is (20,171,216).

#14abd8 hex color red value is 20, green value is 171 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #14abd8 hue: 0.54 , saturation: 0.83 and the lightness value of 14abd8 is 0.46.

The process color (four color CMYK) of #14abd8 color hex is 0.91, 0.21, 0.00, 0.15. Web safe color of #14abd8 is #0099cc. Color #14abd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 11011000
Octal 24 253 330
Decimal 20 171 216
Hex 14 AB D8

RGB Percentages of Color #14abd8

%4.91
%42.01
%53.07

CMYK Percentages of Color #14abd8

%91
%21
%0
%15

Triadic Colors of #14abd8

#14abd8 #d814ab #abd814

Analogous Colors of #14abd8

#14abd8 #1449d8 #14d8a3

Monochromatic Colors of #14abd8

#14abd8

Complementary Color

#14abd8 #d84114

#14abd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abd8 Color CSS Codes

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

#14abd8 Text Font Color

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

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


#14abd8 Background Color

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

This div background color is #14abd8


#14abd8 Border Color

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

This div border color is #14abd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abd8


Comments

No comments written yet.

Please login to write comment.