Color Hex Logo

#15bcce Color Hex

#15BCCE
(21,188,206)
0 Favorites   0 Comments

Color spaces of #15bcce

RGB 21188206
HSL0.520.810.45
HSV186°90°81°
CMYK 0.900.090.00   0.19
XYZ29.433140.582164.6744
Yxy40.58210.21850.3013
Hunter Lab63.7041-29.0101-15.6002
CIE-Lab69.8821-31.9072-20.0479

#15bcce color RGB value is (21,188,206).

#15bcce hex color red value is 21, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #15bcce hue: 0.52 , saturation: 0.81 and the lightness value of 15bcce is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111100 11001110
Octal 25 274 316
Decimal 21 188 206
Hex 15 BC CE

RGB Percentages of Color #15bcce

%5.06
%45.30
%49.64

CMYK Percentages of Color #15bcce

%90
%9
%0
%19

Triadic Colors of #15bcce

#15bcce #ce15bc #bcce15

Analogous Colors of #15bcce

#15bcce #155fce #15ce84

Monochromatic Colors of #15bcce

#15bcce

Complementary Color

#15bcce #ce2715

#15bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bcce Color CSS Codes

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

#15bcce Text Font Color

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

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


#15bcce Background Color

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

This div background color is #15bcce


#15bcce Border Color

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

This div border color is #15bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bcce


Comments

No comments written yet.

Please login to write comment.