Color Hex Logo

#15bcea Color Hex

#15BCEA
(21,188,234)
0 Favorites   0 Comments

Color spaces of #15bcea

RGB 21188234
HSL0.540.840.50
HSV193°91°92°
CMYK 0.910.200.00   0.08
XYZ33.143842.066484.2147
Yxy42.06640.20790.2639
Hunter Lab64.8586-22.2862-31.5832
CIE-Lab70.9167-22.7095-33.7295

#15bcea color RGB value is (21,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111100 11101010
Octal 25 274 352
Decimal 21 188 234
Hex 15 BC EA

RGB Percentages of Color #15bcea

%4.74
%42.44
%52.82

CMYK Percentages of Color #15bcea

%91
%20
%0
%8

Triadic Colors of #15bcea

#15bcea #ea15bc #bcea15

Analogous Colors of #15bcea

#15bcea #1552ea #15eaae

Monochromatic Colors of #15bcea

#15bcea

Complementary Color

#15bcea #ea4315

#15bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bcea Color CSS Codes

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

#15bcea Text Font Color

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

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


#15bcea Background Color

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

This div background color is #15bcea


#15bcea Border Color

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

This div border color is #15bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bcea


Comments

No comments written yet.

Please login to write comment.