Color Hex Logo

#14afbc Color Hex

#14AFBC
(20,175,188)
0 Favorites   0 Comments

Color spaces of #14afbc

RGB 20175188
HSL0.510.810.41
HSV185°89°74°
CMYK 0.890.070.00   0.26
XYZ24.695634.439552.9228
Yxy34.43950.22040.3073
Hunter Lab58.6852-27.5836-12.3886
CIE-Lab65.3099-31.4202-17.0606

#14afbc color RGB value is (20,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101111 10111100
Octal 24 257 274
Decimal 20 175 188
Hex 14 AF BC

RGB Percentages of Color #14afbc

%5.22
%45.69
%49.09

CMYK Percentages of Color #14afbc

%89
%7
%0
%26

Triadic Colors of #14afbc

#14afbc #bc14af #afbc14

Analogous Colors of #14afbc

#14afbc #145bbc #14bc75

Monochromatic Colors of #14afbc

#14afbc

Complementary Color

#14afbc #bc2114

#14afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14afbc Color CSS Codes

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

#14afbc Text Font Color

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

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


#14afbc Background Color

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

This div background color is #14afbc


#14afbc Border Color

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

This div border color is #14afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14afbc


Comments

No comments written yet.

Please login to write comment.