Color Hex Logo

#15bcec Color Hex

#15BCEC
(21,188,236)
0 Favorites   0 Comments

Color spaces of #15bcec

RGB 21188236
HSL0.540.850.50
HSV193°91°93°
CMYK 0.910.200.00   0.07
XYZ33.432842.182085.7367
Yxy42.18200.20720.2614
Hunter Lab64.9477-21.7728-32.8047
CIE-Lab70.9962-22.0324-34.6918

#15bcec color RGB value is (21,188,236).

#15bcec hex color red value is 21, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #15bcec hue: 0.54 , saturation: 0.85 and the lightness value of 15bcec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111100 11101100
Octal 25 274 354
Decimal 21 188 236
Hex 15 BC EC

RGB Percentages of Color #15bcec

%4.72
%42.25
%53.03

CMYK Percentages of Color #15bcec

%91
%20
%0
%7

Triadic Colors of #15bcec

#15bcec #ec15bc #bcec15

Analogous Colors of #15bcec

#15bcec #1550ec #15ecb1

Monochromatic Colors of #15bcec

#15bcec

Complementary Color

#15bcec #ec4515

#15bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bcec Color CSS Codes

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

#15bcec Text Font Color

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

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


#15bcec Background Color

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

This div background color is #15bcec


#15bcec Border Color

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

This div border color is #15bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bcec


Comments

No comments written yet.

Please login to write comment.