Color Hex Logo

#15baea Color Hex

#15BAEA
(21,186,234)
0 Favorites   0 Comments

Color spaces of #15baea

RGB 21186234
HSL0.540.840.50
HSV194°91°92°
CMYK 0.910.210.00   0.08
XYZ32.719441.217884.0732
Yxy41.21780.20710.2609
Hunter Lab64.2011-21.3813-32.7012
CIE-Lab70.3282-21.6818-34.6412

#15baea color RGB value is (21,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111010 11101010
Octal 25 272 352
Decimal 21 186 234
Hex 15 BA EA

RGB Percentages of Color #15baea

%4.76
%42.18
%53.06

CMYK Percentages of Color #15baea

%91
%21
%0
%8

Triadic Colors of #15baea

#15baea #ea15ba #baea15

Analogous Colors of #15baea

#15baea #1550ea #15eab0

Monochromatic Colors of #15baea

#15baea

Complementary Color

#15baea #ea4515

#15baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#15baea Color CSS Codes

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

#15baea Text Font Color

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

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


#15baea Background Color

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

This div background color is #15baea


#15baea Border Color

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

This div border color is #15baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15baea


Comments

No comments written yet.

Please login to write comment.