Color Hex Logo

#118cdc Color Hex

#118CDC
(17,140,220)
0 Favorites   0 Comments

Color spaces of #118cdc

RGB 17140220
HSL0.570.860.46
HSV204°92°86°
CMYK 0.920.360.00   0.14
XYZ22.527524.042671.1635
Yxy24.04260.19130.2042
Hunter Lab49.0333-3.7994-51.7262
CIE-Lab56.1304-1.4776-49.2023

#118cdc color RGB value is (17,140,220).

#118cdc hex color red value is 17, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #118cdc hue: 0.57 , saturation: 0.86 and the lightness value of 118cdc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001100 11011100
Octal 21 214 334
Decimal 17 140 220
Hex 11 8C DC

RGB Percentages of Color #118cdc

%4.51
%37.14
%58.36

CMYK Percentages of Color #118cdc

%92
%36
%0
%14

Triadic Colors of #118cdc

#118cdc #dc118c #8cdc11

Analogous Colors of #118cdc

#118cdc #1127dc #11dcc7

Monochromatic Colors of #118cdc

#118cdc

Complementary Color

#118cdc #dc6111

#118cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#118cdc Color CSS Codes

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

#118cdc Text Font Color

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

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


#118cdc Background Color

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

This div background color is #118cdc


#118cdc Border Color

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

This div border color is #118cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118cdc


Comments

No comments written yet.

Please login to write comment.