Color Hex Logo

#15dbfb Color Hex

#15DBFB
(21,219,251)
0 Favorites   0 Comments

Color spaces of #15dbfb

RGB 21219251
HSL0.520.970.53
HSV188°92°98°
CMYK 0.920.130.00   0.02
XYZ43.053457.7875100.1517
Yxy57.78750.21420.2875
Hunter Lab76.0181-31.9369-24.9002
CIE-Lab80.6205-32.4720-27.9173

#15dbfb color RGB value is (21,219,251).

#15dbfb hex color red value is 21, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #15dbfb hue: 0.52 , saturation: 0.97 and the lightness value of 15dbfb is 0.53.

The process color (four color CMYK) of #15dbfb color hex is 0.92, 0.13, 0.00, 0.02. Web safe color of #15dbfb is #00ccff. Color #15dbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011011 11111011
Octal 25 333 373
Decimal 21 219 251
Hex 15 DB FB

RGB Percentages of Color #15dbfb

%4.28
%44.60
%51.12

CMYK Percentages of Color #15dbfb

%92
%13
%0
%2

Triadic Colors of #15dbfb

#15dbfb #fb15db #dbfb15

Analogous Colors of #15dbfb

#15dbfb #1568fb #15fba8

Monochromatic Colors of #15dbfb

#15dbfb

Complementary Color

#15dbfb #fb3515

#15dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dbfb Color CSS Codes

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

#15dbfb Text Font Color

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

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


#15dbfb Background Color

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

This div background color is #15dbfb


#15dbfb Border Color

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

This div border color is #15dbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dbfb


Comments

No comments written yet.

Please login to write comment.