Color Hex Logo

#15bbee Color Hex

#15BBEE
(21,187,238)
0 Favorites   0 Comments

Color spaces of #15bbee

RGB 21187238
HSL0.540.860.51
HSV194°91°93°
CMYK 0.910.210.00   0.07
XYZ33.512241.873187.2050
Yxy41.87310.20610.2575
Hunter Lab64.7094-20.7986-34.6050
CIE-Lab70.7833-20.8356-36.1071

#15bbee color RGB value is (21,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111011 11101110
Octal 25 273 356
Decimal 21 187 238
Hex 15 BB EE

RGB Percentages of Color #15bbee

%4.71
%41.93
%53.36

CMYK Percentages of Color #15bbee

%91
%21
%0
%7

Triadic Colors of #15bbee

#15bbee #ee15bb #bbee15

Analogous Colors of #15bbee

#15bbee #154eee #15eeb5

Monochromatic Colors of #15bbee

#15bbee

Complementary Color

#15bbee #ee4815

#15bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bbee Color CSS Codes

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

#15bbee Text Font Color

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

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


#15bbee Background Color

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

This div background color is #15bbee


#15bbee Border Color

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

This div border color is #15bbee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,187,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 #15bbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bbee


Comments

No comments written yet.

Please login to write comment.