Color Hex Logo

#14bdbc Color Hex

#14BDBC
(20,189,188)
0 Favorites   0 Comments

Color spaces of #14bdbc

RGB 20189188
HSL0.500.810.41
HSV180°89°74°
CMYK 0.890.000.01   0.26
XYZ27.563240.174853.8787
Yxy40.17480.22660.3303
Hunter Lab63.3836-33.2982-6.0305
CIE-Lab69.5939-37.9854-10.6156

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111101 10111100
Octal 24 275 274
Decimal 20 189 188
Hex 14 BD BC

RGB Percentages of Color #14bdbc

%5.04
%47.61
%47.36

CMYK Percentages of Color #14bdbc

%89
%0
%1
%26

Triadic Colors of #14bdbc

#14bdbc #bc14bd #bdbc14

Analogous Colors of #14bdbc

#14bdbc #146abd #14bd68

Monochromatic Colors of #14bdbc

#14bdbc

Complementary Color

#14bdbc #bd1415

#14bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bdbc Color CSS Codes

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

#14bdbc Text Font Color

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

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


#14bdbc Background Color

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

This div background color is #14bdbc


#14bdbc Border Color

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

This div border color is #14bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bdbc


Comments

No comments written yet.

Please login to write comment.