Color Hex Logo

#15a8ee Color Hex

#15A8EE
(21,168,238)
0 Favorites   0 Comments

Color spaces of #15a8ee

RGB 21168238
HSL0.550.860.51
HSV199°91°93°
CMYK 0.910.290.00   0.07
XYZ29.744534.337785.9491
Yxy34.33770.19830.2289
Hunter Lab58.5984-11.9407-45.9447
CIE-Lab65.2297-10.6649-44.7864

#15a8ee color RGB value is (21,168,238).

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

The process color (four color CMYK) of #15a8ee color hex is 0.91, 0.29, 0.00, 0.07. Web safe color of #15a8ee is #0099ff. Color #15a8ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101000 11101110
Octal 25 250 356
Decimal 21 168 238
Hex 15 A8 EE

RGB Percentages of Color #15a8ee

%4.92
%39.34
%55.74

CMYK Percentages of Color #15a8ee

%91
%29
%0
%7

Triadic Colors of #15a8ee

#15a8ee #ee15a8 #a8ee15

Analogous Colors of #15a8ee

#15a8ee #153cee #15eec8

Monochromatic Colors of #15a8ee

#15a8ee

Complementary Color

#15a8ee #ee5b15

#15a8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15a8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#15a8ee Color CSS Codes

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

#15a8ee Text Font Color

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

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


#15a8ee Background Color

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

This div background color is #15a8ee


#15a8ee Border Color

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

This div border color is #15a8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15a8ee


Comments

No comments written yet.

Please login to write comment.