Color Hex Logo

#11eafa Color Hex

#11EAFA
(17,234,250)
0 Favorites   0 Comments

Color spaces of #11eafa

RGB 17234250
HSL0.510.960.52
HSV184°93°98°
CMYK 0.930.060.00   0.02
XYZ46.909365.8669100.6837
Yxy65.86690.21980.3086
Hunter Lab81.1584-38.8548-16.7432
CIE-Lab84.9285-39.9034-20.8336

#11eafa color RGB value is (17,234,250).

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

The process color (four color CMYK) of #11eafa color hex is 0.93, 0.06, 0.00, 0.02. Web safe color of #11eafa is #00ffff. Color #11eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101010 11111010
Octal 21 352 372
Decimal 17 234 250
Hex 11 EA FA

RGB Percentages of Color #11eafa

%3.39
%46.71
%49.90

CMYK Percentages of Color #11eafa

%93
%6
%0
%2

Triadic Colors of #11eafa

#11eafa #fa11ea #eafa11

Analogous Colors of #11eafa

#11eafa #1176fa #11fa96

Monochromatic Colors of #11eafa

#11eafa

Complementary Color

#11eafa #fa2111

#11eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eafa Color CSS Codes

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

#11eafa Text Font Color

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

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


#11eafa Background Color

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

This div background color is #11eafa


#11eafa Border Color

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

This div border color is #11eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eafa


Comments

No comments written yet.

Please login to write comment.