Color Hex Logo

#15bdef Color Hex

#15BDEF
(21,189,239)
0 Favorites   0 Comments

Color spaces of #15bdef

RGB 21189239
HSL0.540.870.51
HSV194°91°94°
CMYK 0.910.210.00   0.06
XYZ34.086842.786688.1234
Yxy42.78660.20660.2593
Hunter Lab65.4115-21.4513-34.0884
CIE-Lab71.4099-21.5289-35.6766

#15bdef color RGB value is (21,189,239).

#15bdef hex color red value is 21, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #15bdef hue: 0.54 , saturation: 0.87 and the lightness value of 15bdef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111101 11101111
Octal 25 275 357
Decimal 21 189 239
Hex 15 BD EF

RGB Percentages of Color #15bdef

%4.68
%42.09
%53.23

CMYK Percentages of Color #15bdef

%91
%21
%0
%6

Triadic Colors of #15bdef

#15bdef #ef15bd #bdef15

Analogous Colors of #15bdef

#15bdef #1550ef #15efb4

Monochromatic Colors of #15bdef

#15bdef

Complementary Color

#15bdef #ef4715

#15bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bdef Color CSS Codes

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

#15bdef Text Font Color

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

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


#15bdef Background Color

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

This div background color is #15bdef


#15bdef Border Color

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

This div border color is #15bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bdef


Comments

No comments written yet.

Please login to write comment.