Color Hex Logo

#15aaef Color Hex

#15AAEF
(21,170,239)
0 Favorites   0 Comments

Color spaces of #15aaef

RGB 21170239
HSL0.550.870.51
HSV199°91°94°
CMYK 0.910.290.00   0.06
XYZ30.264035.140986.8491
Yxy35.14090.19880.2308
Hunter Lab59.2798-12.6103-45.3683
CIE-Lab65.8582-11.4090-44.3457

#15aaef color RGB value is (21,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101010 11101111
Octal 25 252 357
Decimal 21 170 239
Hex 15 AA EF

RGB Percentages of Color #15aaef

%4.88
%39.53
%55.58

CMYK Percentages of Color #15aaef

%91
%29
%0
%6

Triadic Colors of #15aaef

#15aaef #ef15aa #aaef15

Analogous Colors of #15aaef

#15aaef #153def #15efc7

Monochromatic Colors of #15aaef

#15aaef

Complementary Color

#15aaef #ef5a15

#15aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aaef Color CSS Codes

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

#15aaef Text Font Color

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

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


#15aaef Background Color

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

This div background color is #15aaef


#15aaef Border Color

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

This div border color is #15aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aaef


Comments

No comments written yet.

Please login to write comment.