Color Hex Logo

#14bcbe Color Hex

#14BCBE
(20,188,190)
0 Favorites   0 Comments

Color spaces of #14bcbe

RGB 20188190
HSL0.500.810.41
HSV181°89°75°
CMYK 0.890.010.00   0.25
XYZ27.566039.832954.9508
Yxy39.83290.22530.3256
Hunter Lab63.1133-32.4849-7.4426
CIE-Lab69.3503-36.9246-12.0778

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

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

The process color (four color CMYK) of #14bcbe color hex is 0.89, 0.01, 0.00, 0.25. Web safe color of #14bcbe is #00cccc. Color #14bcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 10111110
Octal 24 274 276
Decimal 20 188 190
Hex 14 BC BE

RGB Percentages of Color #14bcbe

%5.03
%47.24
%47.74

CMYK Percentages of Color #14bcbe

%89
%1
%0
%25

Triadic Colors of #14bcbe

#14bcbe #be14bc #bcbe14

Analogous Colors of #14bcbe

#14bcbe #1467be #14be6b

Monochromatic Colors of #14bcbe

#14bcbe

Complementary Color

#14bcbe #be1614

#14bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcbe Color CSS Codes

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

#14bcbe Text Font Color

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

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


#14bcbe Background Color

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

This div background color is #14bcbe


#14bcbe Border Color

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

This div border color is #14bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcbe


Comments

No comments written yet.

Please login to write comment.