Color Hex Logo

#13bcbd Color Hex

#13BCBD
(19,188,189)
0 Favorites   0 Comments

Color spaces of #13bcbd

RGB 19188189
HSL0.500.820.41
HSV180°90°74°
CMYK 0.900.010.00   0.26
XYZ27.437139.779054.3761
Yxy39.77900.22560.3272
Hunter Lab63.0706-32.7221-6.9673
CIE-Lab69.3118-37.2753-11.5871

#13bcbd color RGB value is (19,188,189).

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

The process color (four color CMYK) of #13bcbd color hex is 0.90, 0.01, 0.00, 0.26. Web safe color of #13bcbd is #00cccc. Color #13bcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111100 10111101
Octal 23 274 275
Decimal 19 188 189
Hex 13 BC BD

RGB Percentages of Color #13bcbd

%4.80
%47.47
%47.73

CMYK Percentages of Color #13bcbd

%90
%1
%0
%26

Triadic Colors of #13bcbd

#13bcbd #bd13bc #bcbd13

Analogous Colors of #13bcbd

#13bcbd #1367bd #13bd69

Monochromatic Colors of #13bcbd

#13bcbd

Complementary Color

#13bcbd #bd1413

#13bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bcbd Color CSS Codes

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

#13bcbd Text Font Color

<p style="color:#13bcbd">Text here</p>

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


#13bcbd Background Color

<div style="background-color:#13bcbd">
Div content here</div>

This div background color is #13bcbd


#13bcbd Border Color

<div style="border:3px solid #13bcbd">
Div here</div>

This div border color is #13bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bcbd


Comments

No comments written yet.

Please login to write comment.