Color Hex Logo

#15aefa Color Hex

#15AEFA
(21,174,250)
0 Favorites   0 Comments

Color spaces of #15aefa

RGB 21174250
HSL0.560.960.53
HSV200°92°98°
CMYK 0.920.300.00   0.02
XYZ32.700637.333795.9251
Yxy37.33370.19700.2250
Hunter Lab61.1013-11.3965-50.3105
CIE-Lab67.5266-9.6730-47.7174

#15aefa color RGB value is (21,174,250).

#15aefa hex color red value is 21, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #15aefa hue: 0.56 , saturation: 0.96 and the lightness value of 15aefa is 0.53.

The process color (four color CMYK) of #15aefa color hex is 0.92, 0.30, 0.00, 0.02. Web safe color of #15aefa is #0099ff. Color #15aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101110 11111010
Octal 25 256 372
Decimal 21 174 250
Hex 15 AE FA

RGB Percentages of Color #15aefa

%4.72
%39.10
%56.18

CMYK Percentages of Color #15aefa

%92
%30
%0
%2

Triadic Colors of #15aefa

#15aefa #fa15ae #aefa15

Analogous Colors of #15aefa

#15aefa #153cfa #15fad4

Monochromatic Colors of #15aefa

#15aefa

Complementary Color

#15aefa #fa6115

#15aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aefa Color CSS Codes

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

#15aefa Text Font Color

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

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


#15aefa Background Color

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

This div background color is #15aefa


#15aefa Border Color

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

This div border color is #15aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aefa


Comments

No comments written yet.

Please login to write comment.