Color Hex Logo

#115ead Color Hex

#115EAD
(17,94,173)
0 Favorites   0 Comments

Color spaces of #115ead

RGB 1794173
HSL0.580.820.37
HSV210°90°68°
CMYK 0.900.460.00   0.32
XYZ11.776711.141741.0650
Yxy11.14170.18410.1741
Hunter Lab33.37924.5640-49.5766
CIE-Lab39.81818.6719-48.2617

#115ead color RGB value is (17,94,173).

#115ead hex color red value is 17, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #115ead hue: 0.58 , saturation: 0.82 and the lightness value of 115ead is 0.37.

The process color (four color CMYK) of #115ead color hex is 0.90, 0.46, 0.00, 0.32. Web safe color of #115ead is #006699. Color #115ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011110 10101101
Octal 21 136 255
Decimal 17 94 173
Hex 11 5E AD

RGB Percentages of Color #115ead

%5.99
%33.10
%60.92

CMYK Percentages of Color #115ead

%90
%46
%0
%32

Triadic Colors of #115ead

#115ead #ad115e #5ead11

Analogous Colors of #115ead

#115ead #1211ad #11acad

Monochromatic Colors of #115ead

#115ead

Complementary Color

#115ead #ad6011

#115ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#115ead Color CSS Codes

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

#115ead Text Font Color

<p style="color:#115ead">Text here</p>

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


#115ead Background Color

<div style="background-color:#115ead">
Div content here</div>

This div background color is #115ead


#115ead Border Color

<div style="border:3px solid #115ead">
Div here</div>

This div border color is #115ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,94,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115ead;
  -webkit-box-shadow: 1px 1px 3px 2px #115ead;
  box-shadow:         1px 1px 3px 2px #115ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115ead


Comments

No comments written yet.

Please login to write comment.