Color Hex Logo

#13baff Color Hex

#13BAFF
(19,186,255)
0 Favorites   0 Comments

Color spaces of #13baff

RGB 19186255
HSL0.551.000.54
HSV198°93°100°
CMYK 0.930.270.00   0.00
XYZ35.877542.4763100.9155
Yxy42.47630.20010.2369
Hunter Lab65.1738-15.7919-46.1832
CIE-Lab71.1981-14.5011-44.6561

#13baff color RGB value is (19,186,255).

#13baff hex color red value is 19, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #13baff hue: 0.55 , saturation: 1.00 and the lightness value of 13baff is 0.54.

The process color (four color CMYK) of #13baff color hex is 0.93, 0.27, 0.00, 0.00. Web safe color of #13baff is #00ccff. Color #13baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111010 11111111
Octal 23 272 377
Decimal 19 186 255
Hex 13 BA FF

RGB Percentages of Color #13baff

%4.13
%40.43
%55.43

CMYK Percentages of Color #13baff

%93
%27
%0
%0

Triadic Colors of #13baff

#13baff #ff13ba #baff13

Analogous Colors of #13baff

#13baff #1344ff #13ffce

Monochromatic Colors of #13baff

#13baff

Complementary Color

#13baff #ff5813

#13baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#13baff Color CSS Codes

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

#13baff Text Font Color

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

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


#13baff Background Color

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

This div background color is #13baff


#13baff Border Color

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

This div border color is #13baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13baff

Related Colors


Comments

No comments written yet.

Please login to write comment.