Color Hex Logo

#13b6c1 Color Hex

#13B6C1
(19,182,193)
0 Favorites   0 Comments

Color spaces of #13b6c1

RGB 19182193
HSL0.510.820.42
HSV184°90°76°
CMYK 0.900.060.00   0.24
XYZ26.622137.444656.2765
Yxy37.44460.22120.3111
Hunter Lab61.1920-29.4280-11.6929
CIE-Lab67.6093-33.2415-16.3500

#13b6c1 color RGB value is (19,182,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110110 11000001
Octal 23 266 301
Decimal 19 182 193
Hex 13 B6 C1

RGB Percentages of Color #13b6c1

%4.82
%46.19
%48.98

CMYK Percentages of Color #13b6c1

%90
%6
%0
%24

Triadic Colors of #13b6c1

#13b6c1 #c113b6 #b6c113

Analogous Colors of #13b6c1

#13b6c1 #135fc1 #13c175

Monochromatic Colors of #13b6c1

#13b6c1

Complementary Color

#13b6c1 #c11e13

#13b6c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b6c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b6c1 Color CSS Codes

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

#13b6c1 Text Font Color

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

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


#13b6c1 Background Color

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

This div background color is #13b6c1


#13b6c1 Border Color

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

This div border color is #13b6c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b6c1


Comments

No comments written yet.

Please login to write comment.