Color Hex Logo

#13b1bc Color Hex

#13B1BC
(19,177,188)
0 Favorites   0 Comments

Color spaces of #13b1bc

RGB 19177188
HSL0.510.820.41
HSV184°90°74°
CMYK 0.900.060.00   0.26
XYZ25.067835.213653.0526
Yxy35.21360.22120.3107
Hunter Lab59.3410-28.4420-11.4682
CIE-Lab65.9146-32.4317-16.1464

#13b1bc color RGB value is (19,177,188).

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

The process color (four color CMYK) of #13b1bc color hex is 0.90, 0.06, 0.00, 0.26. Web safe color of #13b1bc is #0099cc. Color #13b1bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110001 10111100
Octal 23 261 274
Decimal 19 177 188
Hex 13 B1 BC

RGB Percentages of Color #13b1bc

%4.95
%46.09
%48.96

CMYK Percentages of Color #13b1bc

%90
%6
%0
%26

Triadic Colors of #13b1bc

#13b1bc #bc13b1 #b1bc13

Analogous Colors of #13b1bc

#13b1bc #135cbc #13bc73

Monochromatic Colors of #13b1bc

#13b1bc

Complementary Color

#13b1bc #bc1e13

#13b1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b1bc Color CSS Codes

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

#13b1bc Text Font Color

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

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


#13b1bc Background Color

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

This div background color is #13b1bc


#13b1bc Border Color

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

This div border color is #13b1bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,177,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 #13b1bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b1bc


Comments

No comments written yet.

Please login to write comment.