Color Hex Logo

#119aff Color Hex

#119AFF
(17,154,255)
0 Favorites   0 Comments

Color spaces of #119aff

RGB 17154255
HSL0.571.000.53
HSV205°93°100°
CMYK 0.930.400.00   0.00
XYZ29.836830.450498.9127
Yxy30.45040.18740.1913
Hunter Lab55.1819-0.0535-67.6491
CIE-Lab62.04093.4308-59.1457

#119aff color RGB value is (17,154,255).

#119aff hex color red value is 17, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #119aff hue: 0.57 , saturation: 1.00 and the lightness value of 119aff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011010 11111111
Octal 21 232 377
Decimal 17 154 255
Hex 11 9A FF

RGB Percentages of Color #119aff

%3.99
%36.15
%59.86

CMYK Percentages of Color #119aff

%93
%40
%0
%0

Triadic Colors of #119aff

#119aff #ff119a #9aff11

Analogous Colors of #119aff

#119aff #1123ff #11ffed

Monochromatic Colors of #119aff

#119aff

Complementary Color

#119aff #ff7611

#119aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#119aff Color CSS Codes

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

#119aff Text Font Color

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

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


#119aff Background Color

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

This div background color is #119aff


#119aff Border Color

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

This div border color is #119aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119aff


Comments

No comments written yet.

Please login to write comment.