Color Hex Logo

#13b9cd Color Hex

#13B9CD
(19,185,205)
0 Favorites   0 Comments

Color spaces of #13b9cd

RGB 19185205
HSL0.520.830.44
HSV186°91°80°
CMYK 0.910.100.00   0.20
XYZ28.637039.244163.8232
Yxy39.24410.21740.2980
Hunter Lab62.6451-28.0311-16.5534
CIE-Lab68.9277-30.8711-20.9526

#13b9cd color RGB value is (19,185,205).

#13b9cd hex color red value is 19, green value is 185 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #13b9cd hue: 0.52 , saturation: 0.83 and the lightness value of 13b9cd is 0.44.

The process color (four color CMYK) of #13b9cd color hex is 0.91, 0.10, 0.00, 0.20. Web safe color of #13b9cd is #00cccc. Color #13b9cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111001 11001101
Octal 23 271 315
Decimal 19 185 205
Hex 13 B9 CD

RGB Percentages of Color #13b9cd

%4.65
%45.23
%50.12

CMYK Percentages of Color #13b9cd

%91
%10
%0
%20

Triadic Colors of #13b9cd

#13b9cd #cd13b9 #b9cd13

Analogous Colors of #13b9cd

#13b9cd #135ccd #13cd84

Monochromatic Colors of #13b9cd

#13b9cd

Complementary Color

#13b9cd #cd2713

#13b9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b9cd Color CSS Codes

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

#13b9cd Text Font Color

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

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


#13b9cd Background Color

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

This div background color is #13b9cd


#13b9cd Border Color

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

This div border color is #13b9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b9cd


Comments

No comments written yet.

Please login to write comment.