Color Hex Logo

#13beff Color Hex

#13BEFF
(19,190,255)
0 Favorites   0 Comments

Color spaces of #13beff

RGB 19190255
HSL0.551.000.54
HSV197°93°100°
CMYK 0.930.250.00   0.00
XYZ36.732044.1854101.2004
Yxy44.18540.20170.2426
Hunter Lab66.4721-17.6884-43.7355
CIE-Lab72.3522-16.6297-42.8495

#13beff color RGB value is (19,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111110 11111111
Octal 23 276 377
Decimal 19 190 255
Hex 13 BE FF

RGB Percentages of Color #13beff

%4.09
%40.95
%54.96

CMYK Percentages of Color #13beff

%93
%25
%0
%0

Triadic Colors of #13beff

#13beff #ff13be #beff13

Analogous Colors of #13beff

#13beff #1348ff #13ffca

Monochromatic Colors of #13beff

#13beff

Complementary Color

#13beff #ff5413

#13beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#13beff Color CSS Codes

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

#13beff Text Font Color

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

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


#13beff Background Color

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

This div background color is #13beff


#13beff Border Color

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

This div border color is #13beff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,190,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 #13beff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13beff


Comments

No comments written yet.

Please login to write comment.