Color Hex Logo

#15b3f1 Color Hex

#15B3F1
(21,179,241)
0 Favorites   0 Comments

Color spaces of #15b3f1

RGB 21179241
HSL0.550.890.51
HSV197°91°95°
CMYK 0.910.260.00   0.05
XYZ32.306538.750588.9959
Yxy38.75050.20180.2421
Hunter Lab62.2499-16.2993-41.1893
CIE-Lab68.5701-15.5840-41.1858

#15b3f1 color RGB value is (21,179,241).

#15b3f1 hex color red value is 21, green value is 179 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #15b3f1 hue: 0.55 , saturation: 0.89 and the lightness value of 15b3f1 is 0.51.

The process color (four color CMYK) of #15b3f1 color hex is 0.91, 0.26, 0.00, 0.05. Web safe color of #15b3f1 is #00ccff. Color #15b3f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10110011 11110001
Octal 25 263 361
Decimal 21 179 241
Hex 15 B3 F1

RGB Percentages of Color #15b3f1

%4.76
%40.59
%54.65

CMYK Percentages of Color #15b3f1

%91
%26
%0
%5

Triadic Colors of #15b3f1

#15b3f1 #f115b3 #b3f115

Analogous Colors of #15b3f1

#15b3f1 #1545f1 #15f1c1

Monochromatic Colors of #15b3f1

#15b3f1

Complementary Color

#15b3f1 #f15315

#15b3f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15b3f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15b3f1 Color CSS Codes

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

#15b3f1 Text Font Color

<p style="color:#15b3f1">Text here</p>

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


#15b3f1 Background Color

<div style="background-color:#15b3f1">
Div content here</div>

This div background color is #15b3f1


#15b3f1 Border Color

<div style="border:3px solid #15b3f1">
Div here</div>

This div border color is #15b3f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,179,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15b3f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15b3f1;
  -webkit-box-shadow: 1px 1px 3px 2px #15b3f1;
  box-shadow:         1px 1px 3px 2px #15b3f1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,179,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15b3f1


Comments

No comments written yet.

Please login to write comment.