Color Hex Logo

#15bee3 Color Hex

#15BEE3
(21,190,227)
0 Favorites   0 Comments

Color spaces of #15bee3

RGB 21190227
HSL0.530.830.49
HSV191°91°89°
CMYK 0.910.160.00   0.11
XYZ32.587842.532479.1651
Yxy42.53240.21120.2757
Hunter Lab65.2169-24.9360-26.3188
CIE-Lab71.2364-26.0668-29.4330

#15bee3 color RGB value is (21,190,227).

#15bee3 hex color red value is 21, green value is 190 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #15bee3 hue: 0.53 , saturation: 0.83 and the lightness value of 15bee3 is 0.49.

The process color (four color CMYK) of #15bee3 color hex is 0.91, 0.16, 0.00, 0.11. Web safe color of #15bee3 is #00cccc. Color #15bee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111110 11100011
Octal 25 276 343
Decimal 21 190 227
Hex 15 BE E3

RGB Percentages of Color #15bee3

%4.79
%43.38
%51.83

CMYK Percentages of Color #15bee3

%91
%16
%0
%11

Triadic Colors of #15bee3

#15bee3 #e315be #bee315

Analogous Colors of #15bee3

#15bee3 #1557e3 #15e3a1

Monochromatic Colors of #15bee3

#15bee3

Complementary Color

#15bee3 #e33a15

#15bee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bee3 Color CSS Codes

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

#15bee3 Text Font Color

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

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


#15bee3 Background Color

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

This div background color is #15bee3


#15bee3 Border Color

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

This div border color is #15bee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bee3


Comments

No comments written yet.

Please login to write comment.