Color Hex Logo

#119aea Color Hex

#119AEA
(17,154,234)
0 Favorites   0 Comments

Color spaces of #119aea

RGB 17154234
HSL0.560.860.49
HSV202°93°92°
CMYK 0.930.340.00   0.08
XYZ26.638129.170982.0685
Yxy29.17090.19320.2116
Hunter Lab54.0101-6.4804-52.2843
CIE-Lab60.9322-4.3954-49.3712

#119aea color RGB value is (17,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011010 11101010
Octal 21 232 352
Decimal 17 154 234
Hex 11 9A EA

RGB Percentages of Color #119aea

%4.20
%38.02
%57.78

CMYK Percentages of Color #119aea

%93
%34
%0
%8

Triadic Colors of #119aea

#119aea #ea119a #9aea11

Analogous Colors of #119aea

#119aea #112dea #11eace

Monochromatic Colors of #119aea

#119aea

Complementary Color

#119aea #ea6111

#119aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#119aea Color CSS Codes

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

#119aea Text Font Color

<p style="color:#119aea">Text here</p>

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


#119aea Background Color

<div style="background-color:#119aea">
Div content here</div>

This div background color is #119aea


#119aea Border Color

<div style="border:3px solid #119aea">
Div here</div>

This div border color is #119aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119aea


Comments

No comments written yet.

Please login to write comment.