Color Hex Logo

#118ccb Color Hex

#118CCB
(17,140,203)
0 Favorites   0 Comments

Color spaces of #118ccb

RGB 17140203
HSL0.560.850.43
HSV200°92°80°
CMYK 0.920.310.00   0.20
XYZ20.388723.187159.9009
Yxy23.18710.19700.2241
Hunter Lab48.1530-8.6881-40.0479
CIE-Lab55.2645-7.8653-41.0083

#118ccb color RGB value is (17,140,203).

#118ccb hex color red value is 17, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #118ccb hue: 0.56 , saturation: 0.85 and the lightness value of 118ccb is 0.43.

The process color (four color CMYK) of #118ccb color hex is 0.92, 0.31, 0.00, 0.20. Web safe color of #118ccb is #0099cc. Color #118ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001100 11001011
Octal 21 214 313
Decimal 17 140 203
Hex 11 8C CB

RGB Percentages of Color #118ccb

%4.72
%38.89
%56.39

CMYK Percentages of Color #118ccb

%92
%31
%0
%20

Triadic Colors of #118ccb

#118ccb #cb118c #8ccb11

Analogous Colors of #118ccb

#118ccb #112fcb #11cbad

Monochromatic Colors of #118ccb

#118ccb

Complementary Color

#118ccb #cb5011

#118ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#118ccb Color CSS Codes

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

#118ccb Text Font Color

<p style="color:#118ccb">Text here</p>

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


#118ccb Background Color

<div style="background-color:#118ccb">
Div content here</div>

This div background color is #118ccb


#118ccb Border Color

<div style="border:3px solid #118ccb">
Div here</div>

This div border color is #118ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,140,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #118ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #118ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #118ccb;
  box-shadow:         1px 1px 3px 2px #118ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118ccb


Comments

No comments written yet.

Please login to write comment.