Color Hex Logo

#119edd Color Hex

#119EDD
(17,158,221)
0 Favorites   0 Comments

Color spaces of #119edd

RGB 17158221
HSL0.550.860.47
HSV199°92°87°
CMYK 0.920.290.00   0.13
XYZ25.509229.793372.8128
Yxy29.79330.19910.2326
Hunter Lab54.5832-12.0996-40.8832
CIE-Lab61.4755-11.4263-41.3173

#119edd color RGB value is (17,158,221).

#119edd hex color red value is 17, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #119edd hue: 0.55 , saturation: 0.86 and the lightness value of 119edd is 0.47.

The process color (four color CMYK) of #119edd color hex is 0.92, 0.29, 0.00, 0.13. Web safe color of #119edd is #0099cc. Color #119edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011110 11011101
Octal 21 236 335
Decimal 17 158 221
Hex 11 9E DD

RGB Percentages of Color #119edd

%4.29
%39.90
%55.81

CMYK Percentages of Color #119edd

%92
%29
%0
%13

Triadic Colors of #119edd

#119edd #dd119e #9edd11

Analogous Colors of #119edd

#119edd #1138dd #11ddb6

Monochromatic Colors of #119edd

#119edd

Complementary Color

#119edd #dd5011

#119edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#119edd Color CSS Codes

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

#119edd Text Font Color

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

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


#119edd Background Color

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

This div background color is #119edd


#119edd Border Color

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

This div border color is #119edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119edd


Comments

No comments written yet.

Please login to write comment.