Color Hex Logo

#14bbbe Color Hex

#14BBBE
(20,187,190)
0 Favorites   0 Comments

Color spaces of #14bbbe

RGB 20187190
HSL0.500.810.41
HSV181°89°75°
CMYK 0.890.020.00   0.25
XYZ27.353139.407154.8799
Yxy39.40710.22490.3240
Hunter Lab62.7751-32.0782-7.8906
CIE-Lab69.0451-36.4633-12.5355

#14bbbe color RGB value is (20,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111011 10111110
Octal 24 273 276
Decimal 20 187 190
Hex 14 BB BE

RGB Percentages of Color #14bbbe

%5.04
%47.10
%47.86

CMYK Percentages of Color #14bbbe

%89
%2
%0
%25

Triadic Colors of #14bbbe

#14bbbe #be14bb #bbbe14

Analogous Colors of #14bbbe

#14bbbe #1466be #14be6c

Monochromatic Colors of #14bbbe

#14bbbe

Complementary Color

#14bbbe #be1714

#14bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bbbe Color CSS Codes

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

#14bbbe Text Font Color

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

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


#14bbbe Background Color

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

This div background color is #14bbbe


#14bbbe Border Color

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

This div border color is #14bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bbbe


Comments

No comments written yet.

Please login to write comment.