Color Hex Logo

#119aeb Color Hex

#119AEB
(17,154,235)
0 Favorites   0 Comments

Color spaces of #119aeb

RGB 17154235
HSL0.560.870.49
HSV202°93°92°
CMYK 0.930.340.00   0.08
XYZ26.782229.228582.8274
Yxy29.22850.19290.2105
Hunter Lab54.0634-6.1847-52.9904
CIE-Lab60.9828-4.0245-49.8433

#119aeb color RGB value is (17,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011010 11101011
Octal 21 232 353
Decimal 17 154 235
Hex 11 9A EB

RGB Percentages of Color #119aeb

%4.19
%37.93
%57.88

CMYK Percentages of Color #119aeb

%93
%34
%0
%8

Triadic Colors of #119aeb

#119aeb #eb119a #9aeb11

Analogous Colors of #119aeb

#119aeb #112deb #11ebcf

Monochromatic Colors of #119aeb

#119aeb

Complementary Color

#119aeb #eb6211

#119aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#119aeb Color CSS Codes

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

#119aeb Text Font Color

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

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


#119aeb Background Color

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

This div background color is #119aeb


#119aeb Border Color

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

This div border color is #119aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119aeb


Comments

No comments written yet.

Please login to write comment.