Color Hex Logo

#14bdcf Color Hex

#14BDCF
(20,189,207)
0 Favorites   0 Comments

Color spaces of #14bdcf

RGB 20189207
HSL0.520.820.45
HSV186°90°81°
CMYK 0.900.090.00   0.19
XYZ29.748641.048965.3868
Yxy41.04890.21840.3014
Hunter Lab64.0694-29.2407-15.6605
CIE-Lab70.2102-32.1167-20.0974

#14bdcf color RGB value is (20,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111101 11001111
Octal 24 275 317
Decimal 20 189 207
Hex 14 BD CF

RGB Percentages of Color #14bdcf

%4.81
%45.43
%49.76

CMYK Percentages of Color #14bdcf

%90
%9
%0
%19

Triadic Colors of #14bdcf

#14bdcf #cf14bd #bdcf14

Analogous Colors of #14bdcf

#14bdcf #1460cf #14cf84

Monochromatic Colors of #14bdcf

#14bdcf

Complementary Color

#14bdcf #cf2614

#14bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bdcf Color CSS Codes

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

#14bdcf Text Font Color

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

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


#14bdcf Background Color

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

This div background color is #14bdcf


#14bdcf Border Color

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

This div border color is #14bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bdcf


Comments

No comments written yet.

Please login to write comment.