Color Hex Logo

#1188df Color Hex

#1188DF
(17,136,223)
0 Favorites   0 Comments

Color spaces of #1188df

RGB 17136223
HSL0.570.860.47
HSV205°92°87°
CMYK 0.920.390.00   0.13
XYZ22.354623.055273.0839
Yxy23.05520.18870.1946
Hunter Lab48.0158-0.9239-56.6330
CIE-Lab55.12922.0445-52.4761

#1188df color RGB value is (17,136,223).

#1188df hex color red value is 17, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1188df hue: 0.57 , saturation: 0.86 and the lightness value of 1188df is 0.47.

The process color (four color CMYK) of #1188df color hex is 0.92, 0.39, 0.00, 0.13. Web safe color of #1188df is #0099cc. Color #1188df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001000 11011111
Octal 21 210 337
Decimal 17 136 223
Hex 11 88 DF

RGB Percentages of Color #1188df

%4.52
%36.17
%59.31

CMYK Percentages of Color #1188df

%92
%39
%0
%13

Triadic Colors of #1188df

#1188df #df1188 #88df11

Analogous Colors of #1188df

#1188df #1121df #11dfcf

Monochromatic Colors of #1188df

#1188df

Complementary Color

#1188df #df6811

#1188df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1188df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1188df Color CSS Codes

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

#1188df Text Font Color

<p style="color:#1188df">Text here</p>

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


#1188df Background Color

<div style="background-color:#1188df">
Div content here</div>

This div background color is #1188df


#1188df Border Color

<div style="border:3px solid #1188df">
Div here</div>

This div border color is #1188df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,136,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1188df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1188df;
  -webkit-box-shadow: 1px 1px 3px 2px #1188df;
  box-shadow:         1px 1px 3px 2px #1188df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1188df


Comments

No comments written yet.

Please login to write comment.