Color Hex Logo

#15bdfd Color Hex

#15BDFD
(21,189,253)
0 Favorites   0 Comments

Color spaces of #15bdfd

RGB 21189253
HSL0.550.980.54
HSV197°92°99°
CMYK 0.920.250.00   0.01
XYZ36.236543.646599.4433
Yxy43.64650.20210.2434
Hunter Lab66.0655-17.7085-42.9988
CIE-Lab71.9916-16.7201-42.3351

#15bdfd color RGB value is (21,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111101 11111101
Octal 25 275 375
Decimal 21 189 253
Hex 15 BD FD

RGB Percentages of Color #15bdfd

%4.54
%40.82
%54.64

CMYK Percentages of Color #15bdfd

%92
%25
%0
%1

Triadic Colors of #15bdfd

#15bdfd #fd15bd #bdfd15

Analogous Colors of #15bdfd

#15bdfd #1549fd #15fdc9

Monochromatic Colors of #15bdfd

#15bdfd

Complementary Color

#15bdfd #fd5515

#15bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bdfd Color CSS Codes

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

#15bdfd Text Font Color

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

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


#15bdfd Background Color

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

This div background color is #15bdfd


#15bdfd Border Color

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

This div border color is #15bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.