Color Hex Logo

#14bcbc Color Hex

#14BCBC
(20,188,188)
0 Favorites   0 Comments

Color spaces of #14bcbc

RGB 20188188
HSL0.500.810.41
HSV180°89°74°
CMYK 0.890.000.00   0.26
XYZ27.348839.746053.8073
Yxy39.74600.22620.3287
Hunter Lab63.0444-32.8941-6.4719
CIE-Lab69.2882-37.5285-11.0726

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

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

The process color (four color CMYK) of #14bcbc color hex is 0.89, 0.00, 0.00, 0.26. Web safe color of #14bcbc is #00cccc. Color #14bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 10111100
Octal 24 274 274
Decimal 20 188 188
Hex 14 BC BC

RGB Percentages of Color #14bcbc

%5.05
%47.47
%47.47

CMYK Percentages of Color #14bcbc

%89
%0
%0
%26

Triadic Colors of #14bcbc

#14bcbc #bc14bc #bcbc14

Analogous Colors of #14bcbc

#14bcbc #1468bc #14bc68

Monochromatic Colors of #14bcbc

#14bcbc

Complementary Color

#14bcbc #bc1414

#14bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcbc Color CSS Codes

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

#14bcbc Text Font Color

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

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


#14bcbc Background Color

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

This div background color is #14bcbc


#14bcbc Border Color

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

This div border color is #14bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcbc


Comments

No comments written yet.

Please login to write comment.