Color Hex Logo

#13bacc Color Hex

#13BACC
(19,186,204)
0 Favorites   0 Comments

Color spaces of #13bacc

RGB 19186204
HSL0.520.830.44
HSV186°91°80°
CMYK 0.910.090.00   0.20
XYZ28.726539.615963.2593
Yxy39.61590.21830.3010
Hunter Lab62.9412-28.6792-15.5309
CIE-Lab69.1951-31.6746-19.9972

#13bacc color RGB value is (19,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111010 11001100
Octal 23 272 314
Decimal 19 186 204
Hex 13 BA CC

RGB Percentages of Color #13bacc

%4.65
%45.48
%49.88

CMYK Percentages of Color #13bacc

%91
%9
%0
%20

Triadic Colors of #13bacc

#13bacc #cc13ba #bacc13

Analogous Colors of #13bacc

#13bacc #135dcc #13cc82

Monochromatic Colors of #13bacc

#13bacc

Complementary Color

#13bacc #cc2513

#13bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bacc Color CSS Codes

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

#13bacc Text Font Color

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

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


#13bacc Background Color

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

This div background color is #13bacc


#13bacc Border Color

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

This div border color is #13bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bacc


Comments

No comments written yet.

Please login to write comment.