Color Hex Logo

#13b0be Color Hex

#13B0BE
(19,176,190)
0 Favorites   0 Comments

Color spaces of #13b0be

RGB 19176190
HSL0.510.820.41
HSV185°90°75°
CMYK 0.900.070.00   0.25
XYZ25.088234.906854.1306
Yxy34.90680.21980.3059
Hunter Lab59.0820-27.5963-12.9638
CIE-Lab65.6760-31.3164-17.6166

#13b0be color RGB value is (19,176,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110000 10111110
Octal 23 260 276
Decimal 19 176 190
Hex 13 B0 BE

RGB Percentages of Color #13b0be

%4.94
%45.71
%49.35

CMYK Percentages of Color #13b0be

%90
%7
%0
%25

Triadic Colors of #13b0be

#13b0be #be13b0 #b0be13

Analogous Colors of #13b0be

#13b0be #135abe #13be77

Monochromatic Colors of #13b0be

#13b0be

Complementary Color

#13b0be #be2113

#13b0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b0be Color CSS Codes

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

#13b0be Text Font Color

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

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


#13b0be Background Color

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

This div background color is #13b0be


#13b0be Border Color

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

This div border color is #13b0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b0be


Comments

No comments written yet.

Please login to write comment.