Color Hex Logo

#119edc Color Hex

#119EDC
(17,158,220)
0 Favorites   0 Comments

Color spaces of #119edc

RGB 17158220
HSL0.550.860.46
HSV198°92°86°
CMYK 0.920.280.00   0.14
XYZ25.376329.740272.1131
Yxy29.74020.19950.2338
Hunter Lab54.5346-12.3750-40.2272
CIE-Lab61.4294-11.7889-40.8347

#119edc color RGB value is (17,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011110 11011100
Octal 21 236 334
Decimal 17 158 220
Hex 11 9E DC

RGB Percentages of Color #119edc

%4.30
%40.00
%55.70

CMYK Percentages of Color #119edc

%92
%28
%0
%14

Triadic Colors of #119edc

#119edc #dc119e #9edc11

Analogous Colors of #119edc

#119edc #1139dc #11dcb5

Monochromatic Colors of #119edc

#119edc

Complementary Color

#119edc #dc4f11

#119edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#119edc Color CSS Codes

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

#119edc Text Font Color

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

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


#119edc Background Color

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

This div background color is #119edc


#119edc Border Color

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

This div border color is #119edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119edc


Comments

No comments written yet.

Please login to write comment.