Color Hex Logo

#13b2fe Color Hex

#13B2FE
(19,178,254)
0 Favorites   0 Comments

Color spaces of #13b2fe

RGB 19178254
HSL0.550.990.54
HSV199°93°100°
CMYK 0.930.300.00   0.00
XYZ34.078339.135099.5236
Yxy39.13500.19730.2266
Hunter Lab62.5580-12.2390-50.5340
CIE-Lab68.8489-10.5198-47.8056

#13b2fe color RGB value is (19,178,254).

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

The process color (four color CMYK) of #13b2fe color hex is 0.93, 0.30, 0.00, 0.00. Web safe color of #13b2fe is #0099ff. Color #13b2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110010 11111110
Octal 23 262 376
Decimal 19 178 254
Hex 13 B2 FE

RGB Percentages of Color #13b2fe

%4.21
%39.47
%56.32

CMYK Percentages of Color #13b2fe

%93
%30
%0
%0

Triadic Colors of #13b2fe

#13b2fe #fe13b2 #b2fe13

Analogous Colors of #13b2fe

#13b2fe #133cfe #13fed5

Monochromatic Colors of #13b2fe

#13b2fe

Complementary Color

#13b2fe #fe5f13

#13b2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b2fe Color CSS Codes

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

#13b2fe Text Font Color

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

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


#13b2fe Background Color

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

This div background color is #13b2fe


#13b2fe Border Color

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

This div border color is #13b2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.