Color Hex Logo

#13bace Color Hex

#13BACE
(19,186,206)
0 Favorites   0 Comments

Color spaces of #13bace

RGB 19186206
HSL0.520.830.44
HSV186°91°81°
CMYK 0.910.100.00   0.19
XYZ28.968039.712564.5310
Yxy39.71250.21750.2981
Hunter Lab63.0179-28.2285-16.6011
CIE-Lab69.2643-31.0352-20.9888

#13bace color RGB value is (19,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111010 11001110
Octal 23 272 316
Decimal 19 186 206
Hex 13 BA CE

RGB Percentages of Color #13bace

%4.62
%45.26
%50.12

CMYK Percentages of Color #13bace

%91
%10
%0
%19

Triadic Colors of #13bace

#13bace #ce13ba #bace13

Analogous Colors of #13bace

#13bace #135cce #13ce85

Monochromatic Colors of #13bace

#13bace

Complementary Color

#13bace #ce2713

#13bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bace Color CSS Codes

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

#13bace Text Font Color

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

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


#13bace Background Color

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

This div background color is #13bace


#13bace Border Color

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

This div border color is #13bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bace


Comments

No comments written yet.

Please login to write comment.