Color Hex Logo

#11aefa Color Hex

#11AEFA
(17,174,250)
0 Favorites   0 Comments

Color spaces of #11aefa

RGB 17174250
HSL0.550.960.52
HSV200°93°98°
CMYK 0.930.300.00   0.02
XYZ32.622537.293495.9214
Yxy37.29340.19670.2249
Hunter Lab61.0683-11.5154-50.3803
CIE-Lab67.4966-9.8225-47.7667

#11aefa color RGB value is (17,174,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101110 11111010
Octal 21 256 372
Decimal 17 174 250
Hex 11 AE FA

RGB Percentages of Color #11aefa

%3.85
%39.46
%56.69

CMYK Percentages of Color #11aefa

%93
%30
%0
%2

Triadic Colors of #11aefa

#11aefa #fa11ae #aefa11

Analogous Colors of #11aefa

#11aefa #113afa #11fad2

Monochromatic Colors of #11aefa

#11aefa

Complementary Color

#11aefa #fa5d11

#11aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aefa Color CSS Codes

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

#11aefa Text Font Color

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

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


#11aefa Background Color

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

This div background color is #11aefa


#11aefa Border Color

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

This div border color is #11aefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,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 #11aefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aefa


Comments

No comments written yet.

Please login to write comment.