Color Hex Logo

#119dca Color Hex

#119DCA
(17,157,202)
0 Favorites   0 Comments

Color spaces of #119dca

RGB 17157202
HSL0.540.840.43
HSV195°92°79°
CMYK 0.920.220.00   0.21
XYZ22.948828.497460.1681
Yxy28.49740.20560.2553
Hunter Lab53.3830-16.6848-29.4579
CIE-Lab60.3355-17.6858-32.5086

#119dca color RGB value is (17,157,202).

#119dca hex color red value is 17, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #119dca hue: 0.54 , saturation: 0.84 and the lightness value of 119dca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011101 11001010
Octal 21 235 312
Decimal 17 157 202
Hex 11 9D CA

RGB Percentages of Color #119dca

%4.52
%41.76
%53.72

CMYK Percentages of Color #119dca

%92
%22
%0
%21

Triadic Colors of #119dca

#119dca #ca119d #9dca11

Analogous Colors of #119dca

#119dca #1140ca #11ca9b

Monochromatic Colors of #119dca

#119dca

Complementary Color

#119dca #ca3e11

#119dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#119dca Color CSS Codes

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

#119dca Text Font Color

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

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


#119dca Background Color

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

This div background color is #119dca


#119dca Border Color

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

This div border color is #119dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119dca


Comments

No comments written yet.

Please login to write comment.