Color Hex Logo

#15bcee Color Hex

#15BCEE
(21,188,238)
0 Favorites   0 Comments

Color spaces of #15bcee

RGB 21188238
HSL0.540.860.51
HSV194°91°93°
CMYK 0.910.210.00   0.07
XYZ33.725142.298987.2759
Yxy42.29890.20650.2590
Hunter Lab65.0376-21.2550-34.0367
CIE-Lab71.0765-21.3529-35.6520

#15bcee color RGB value is (21,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111100 11101110
Octal 25 274 356
Decimal 21 188 238
Hex 15 BC EE

RGB Percentages of Color #15bcee

%4.70
%42.06
%53.24

CMYK Percentages of Color #15bcee

%91
%21
%0
%7

Triadic Colors of #15bcee

#15bcee #ee15bc #bcee15

Analogous Colors of #15bcee

#15bcee #154fee #15eeb4

Monochromatic Colors of #15bcee

#15bcee

Complementary Color

#15bcee #ee4715

#15bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bcee Color CSS Codes

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

#15bcee Text Font Color

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

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


#15bcee Background Color

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

This div background color is #15bcee


#15bcee Border Color

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

This div border color is #15bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bcee


Comments

No comments written yet.

Please login to write comment.