Color Hex Logo

#119efa Color Hex

#119EFA
(17,158,250)
0 Favorites   0 Comments

Color spaces of #119efa

RGB 17158250
HSL0.570.960.52
HSV204°93°98°
CMYK 0.930.370.00   0.02
XYZ29.713331.475094.9517
Yxy31.47500.19030.2016
Hunter Lab56.1026-3.6416-61.0745
CIE-Lab62.9066-0.7701-55.0323

#119efa color RGB value is (17,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011110 11111010
Octal 21 236 372
Decimal 17 158 250
Hex 11 9E FA

RGB Percentages of Color #119efa

%4.00
%37.18
%58.82

CMYK Percentages of Color #119efa

%93
%37
%0
%2

Triadic Colors of #119efa

#119efa #fa119e #9efa11

Analogous Colors of #119efa

#119efa #1129fa #11fae2

Monochromatic Colors of #119efa

#119efa

Complementary Color

#119efa #fa6d11

#119efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#119efa Color CSS Codes

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

#119efa Text Font Color

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

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


#119efa Background Color

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

This div background color is #119efa


#119efa Border Color

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

This div border color is #119efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119efa

Related Colors


Comments

No comments written yet.

Please login to write comment.