Color Hex Logo

#14bacf Color Hex

#14BACF
(20,186,207)
0 Favorites   0 Comments

Color spaces of #14bacf

RGB 20186207
HSL0.520.820.45
HSV187°90°81°
CMYK 0.900.100.00   0.19
XYZ29.109939.771565.1739
Yxy39.77150.21710.2967
Hunter Lab63.0646-27.9696-17.1277
CIE-Lab69.3065-30.6686-21.4721

#14bacf color RGB value is (20,186,207).

#14bacf hex color red value is 20, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #14bacf hue: 0.52 , saturation: 0.82 and the lightness value of 14bacf is 0.45.

The process color (four color CMYK) of #14bacf color hex is 0.90, 0.10, 0.00, 0.19. Web safe color of #14bacf is #00cccc. Color #14bacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 11001111
Octal 24 272 317
Decimal 20 186 207
Hex 14 BA CF

RGB Percentages of Color #14bacf

%4.84
%45.04
%50.12

CMYK Percentages of Color #14bacf

%90
%10
%0
%19

Triadic Colors of #14bacf

#14bacf #cf14ba #bacf14

Analogous Colors of #14bacf

#14bacf #145dcf #14cf87

Monochromatic Colors of #14bacf

#14bacf

Complementary Color

#14bacf #cf2914

#14bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bacf Color CSS Codes

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

#14bacf Text Font Color

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

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


#14bacf Background Color

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

This div background color is #14bacf


#14bacf Border Color

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

This div border color is #14bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bacf


Comments

No comments written yet.

Please login to write comment.