Color Hex Logo

#15bfea Color Hex

#15BFEA
(21,191,234)
0 Favorites   0 Comments

Color spaces of #15bfea

RGB 21191234
HSL0.530.840.50
HSV192°91°92°
CMYK 0.910.180.00   0.08
XYZ33.791343.361584.4305
Yxy43.36150.20910.2684
Hunter Lab65.8494-23.6375-29.9255
CIE-Lab71.7996-24.2384-32.3639

#15bfea color RGB value is (21,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111111 11101010
Octal 25 277 352
Decimal 21 191 234
Hex 15 BF EA

RGB Percentages of Color #15bfea

%4.71
%42.83
%52.47

CMYK Percentages of Color #15bfea

%91
%18
%0
%8

Triadic Colors of #15bfea

#15bfea #ea15bf #bfea15

Analogous Colors of #15bfea

#15bfea #1554ea #15eaab

Monochromatic Colors of #15bfea

#15bfea

Complementary Color

#15bfea #ea4015

#15bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bfea Color CSS Codes

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

#15bfea Text Font Color

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

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


#15bfea Background Color

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

This div background color is #15bfea


#15bfea Border Color

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

This div border color is #15bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bfea


Comments

No comments written yet.

Please login to write comment.