Color Hex Logo

#15aaeb Color Hex

#15AAEB
(21,170,235)
0 Favorites   0 Comments

Color spaces of #15aaeb

RGB 21170235
HSL0.550.840.50
HSV198°91°92°
CMYK 0.910.280.00   0.08
XYZ29.679434.907083.7707
Yxy34.90700.20010.2353
Hunter Lab59.0821-13.7258-42.7079
CIE-Lab65.6762-12.8372-42.4416

#15aaeb color RGB value is (21,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101010 11101011
Octal 25 252 353
Decimal 21 170 235
Hex 15 AA EB

RGB Percentages of Color #15aaeb

%4.93
%39.91
%55.16

CMYK Percentages of Color #15aaeb

%91
%28
%0
%8

Triadic Colors of #15aaeb

#15aaeb #eb15aa #aaeb15

Analogous Colors of #15aaeb

#15aaeb #153feb #15ebc1

Monochromatic Colors of #15aaeb

#15aaeb

Complementary Color

#15aaeb #eb5615

#15aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aaeb Color CSS Codes

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

#15aaeb Text Font Color

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

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


#15aaeb Background Color

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

This div background color is #15aaeb


#15aaeb Border Color

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

This div border color is #15aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aaeb


Comments

No comments written yet.

Please login to write comment.