Color Hex Logo

#118ddb Color Hex

#118DDB
(17,141,219)
0 Favorites   0 Comments

Color spaces of #118ddb

RGB 17141219
HSL0.560.860.46
HSV203°92°86°
CMYK 0.920.360.00   0.14
XYZ22.542224.283470.5169
Yxy24.28340.19210.2069
Hunter Lab49.2782-4.5824-50.3490
CIE-Lab56.3704-2.4448-48.2612

#118ddb color RGB value is (17,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001101 11011011
Octal 21 215 333
Decimal 17 141 219
Hex 11 8D DB

RGB Percentages of Color #118ddb

%4.51
%37.40
%58.09

CMYK Percentages of Color #118ddb

%92
%36
%0
%14

Triadic Colors of #118ddb

#118ddb #db118d #8ddb11

Analogous Colors of #118ddb

#118ddb #1128db #11dbc4

Monochromatic Colors of #118ddb

#118ddb

Complementary Color

#118ddb #db5f11

#118ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#118ddb Color CSS Codes

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

#118ddb Text Font Color

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

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


#118ddb Background Color

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

This div background color is #118ddb


#118ddb Border Color

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

This div border color is #118ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118ddb


Comments

No comments written yet.

Please login to write comment.