Color Hex Logo

#1197ef Color Hex

#1197EF
(17,151,239)
0 Favorites   0 Comments

Color spaces of #1197ef

RGB 17151239
HSL0.570.870.50
HSV204°93°94°
CMYK 0.930.370.00   0.06
XYZ26.877828.484485.7428
Yxy28.48440.19050.2019
Hunter Lab53.3708-3.5053-57.8928
CIE-Lab60.3239-0.7949-53.0968

#1197ef color RGB value is (17,151,239).

#1197ef hex color red value is 17, green value is 151 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1197ef hue: 0.57 , saturation: 0.87 and the lightness value of 1197ef is 0.50.

The process color (four color CMYK) of #1197ef color hex is 0.93, 0.37, 0.00, 0.06. Web safe color of #1197ef is #0099ff. Color #1197ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010111 11101111
Octal 21 227 357
Decimal 17 151 239
Hex 11 97 EF

RGB Percentages of Color #1197ef

%4.18
%37.10
%58.72

CMYK Percentages of Color #1197ef

%93
%37
%0
%6

Triadic Colors of #1197ef

#1197ef #ef1197 #97ef11

Analogous Colors of #1197ef

#1197ef #1128ef #11efd8

Monochromatic Colors of #1197ef

#1197ef

Complementary Color

#1197ef #ef6911

#1197ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1197ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1197ef Color CSS Codes

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

#1197ef Text Font Color

<p style="color:#1197ef">Text here</p>

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


#1197ef Background Color

<div style="background-color:#1197ef">
Div content here</div>

This div background color is #1197ef


#1197ef Border Color

<div style="border:3px solid #1197ef">
Div here</div>

This div border color is #1197ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,151,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1197ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1197ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1197ef;
  box-shadow:         1px 1px 3px 2px #1197ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1197ef


Comments

No comments written yet.

Please login to write comment.