Color Hex Logo

#113cae Color Hex

#113CAE
(17,60,174)
0 Favorites   0 Comments

Color spaces of #113cae

RGB 1760174
HSL0.620.820.37
HSV224°90°68°
CMYK 0.900.660.00   0.32
XYZ9.48706.406940.7810
Yxy6.40690.16740.1130
Hunter Lab25.311922.6069-77.8063
CIE-Lab30.416731.8634-64.1372

#113cae color RGB value is (17,60,174).

#113cae hex color red value is 17, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #113cae hue: 0.62 , saturation: 0.82 and the lightness value of 113cae is 0.37.

The process color (four color CMYK) of #113cae color hex is 0.90, 0.66, 0.00, 0.32. Web safe color of #113cae is #003399. Color #113cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 10101110
Octal 21 74 256
Decimal 17 60 174
Hex 11 3C AE

RGB Percentages of Color #113cae

%6.77
%23.90
%69.32

CMYK Percentages of Color #113cae

%90
%66
%0
%32

Triadic Colors of #113cae

#113cae #ae113c #3cae11

Analogous Colors of #113cae

#113cae #3511ae #118bae

Monochromatic Colors of #113cae

#113cae

Complementary Color

#113cae #ae8311

#113cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cae Color CSS Codes

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

#113cae Text Font Color

<p style="color:#113cae">Text here</p>

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


#113cae Background Color

<div style="background-color:#113cae">
Div content here</div>

This div background color is #113cae


#113cae Border Color

<div style="border:3px solid #113cae">
Div here</div>

This div border color is #113cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,60,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113cae;
  -webkit-box-shadow: 1px 1px 3px 2px #113cae;
  box-shadow:         1px 1px 3px 2px #113cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cae


Comments

No comments written yet.

Please login to write comment.