Color Hex Logo

#1184bf Color Hex

#1184BF
(17,132,191)
0 Favorites   0 Comments

Color spaces of #1184bf

RGB 17132191
HSL0.560.840.41
HSV200°91°75°
CMYK 0.910.310.00   0.25
XYZ17.886420.383352.2819
Yxy20.38330.19750.2251
Hunter Lab45.1479-8.2918-37.0552
CIE-Lab52.2678-7.7314-38.9096

#1184bf color RGB value is (17,132,191).

#1184bf hex color red value is 17, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1184bf hue: 0.56 , saturation: 0.84 and the lightness value of 1184bf is 0.41.

The process color (four color CMYK) of #1184bf color hex is 0.91, 0.31, 0.00, 0.25. Web safe color of #1184bf is #0099cc. Color #1184bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000100 10111111
Octal 21 204 277
Decimal 17 132 191
Hex 11 84 BF

RGB Percentages of Color #1184bf

%5.00
%38.82
%56.18

CMYK Percentages of Color #1184bf

%91
%31
%0
%25

Triadic Colors of #1184bf

#1184bf #bf1184 #84bf11

Analogous Colors of #1184bf

#1184bf #112dbf #11bfa3

Monochromatic Colors of #1184bf

#1184bf

Complementary Color

#1184bf #bf4c11

#1184bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1184bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1184bf Color CSS Codes

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

#1184bf Text Font Color

<p style="color:#1184bf">Text here</p>

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


#1184bf Background Color

<div style="background-color:#1184bf">
Div content here</div>

This div background color is #1184bf


#1184bf Border Color

<div style="border:3px solid #1184bf">
Div here</div>

This div border color is #1184bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,132,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1184bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1184bf;
  -webkit-box-shadow: 1px 1px 3px 2px #1184bf;
  box-shadow:         1px 1px 3px 2px #1184bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1184bf


Comments

No comments written yet.

Please login to write comment.