Color Hex Logo

#11a3ea Color Hex

#11A3EA
(17,163,234)
0 Favorites   0 Comments

Color spaces of #11a3ea

RGB 17163234
HSL0.550.860.49
HSV200°93°92°
CMYK 0.930.300.00   0.08
XYZ28.179632.254182.5823
Yxy32.25410.19700.2255
Hunter Lab56.7927-10.8184-46.4588
CIE-Lab63.5523-9.4956-45.2327

#11a3ea color RGB value is (17,163,234).

#11a3ea hex color red value is 17, green value is 163 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #11a3ea hue: 0.55 , saturation: 0.86 and the lightness value of 11a3ea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10100011 11101010
Octal 21 243 352
Decimal 17 163 234
Hex 11 A3 EA

RGB Percentages of Color #11a3ea

%4.11
%39.37
%56.52

CMYK Percentages of Color #11a3ea

%93
%30
%0
%8

Triadic Colors of #11a3ea

#11a3ea #ea11a3 #a3ea11

Analogous Colors of #11a3ea

#11a3ea #1136ea #11eac5

Monochromatic Colors of #11a3ea

#11a3ea

Complementary Color

#11a3ea #ea5811

#11a3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11a3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#11a3ea Color CSS Codes

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

#11a3ea Text Font Color

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

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


#11a3ea Background Color

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

This div background color is #11a3ea


#11a3ea Border Color

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

This div border color is #11a3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,163,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11a3ea

#11a3ea Color Palettes


Comments

No comments written yet.

Please login to write comment.