Color Hex Logo

#15bfdc Color Hex

#15BFDC
(21,191,220)
0 Favorites   0 Comments

Color spaces of #15bfdc

RGB 21191220
HSL0.520.830.47
HSV189°90°86°
CMYK 0.900.130.00   0.14
XYZ31.858342.588374.2514
Yxy42.58830.21420.2864
Hunter Lab65.2597-27.0649-21.7774
CIE-Lab71.2746-28.8625-25.5665

#15bfdc color RGB value is (21,191,220).

#15bfdc hex color red value is 21, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #15bfdc hue: 0.52 , saturation: 0.83 and the lightness value of 15bfdc is 0.47.

The process color (four color CMYK) of #15bfdc color hex is 0.90, 0.13, 0.00, 0.14. Web safe color of #15bfdc is #00cccc. Color #15bfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111111 11011100
Octal 25 277 334
Decimal 21 191 220
Hex 15 BF DC

RGB Percentages of Color #15bfdc

%4.86
%44.21
%50.93

CMYK Percentages of Color #15bfdc

%90
%13
%0
%14

Triadic Colors of #15bfdc

#15bfdc #dc15bf #bfdc15

Analogous Colors of #15bfdc

#15bfdc #155cdc #15dc96

Monochromatic Colors of #15bfdc

#15bfdc

Complementary Color

#15bfdc #dc3215

#15bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bfdc Color CSS Codes

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

#15bfdc Text Font Color

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

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


#15bfdc Background Color

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

This div background color is #15bfdc


#15bfdc Border Color

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

This div border color is #15bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bfdc


Comments

No comments written yet.

Please login to write comment.