Color Hex Logo

#186fdb Color Hex

#186FDB
(24,111,219)
0 Favorites   0 Comments

Color spaces of #186fdb

RGB 24111219
HSL0.590.800.48
HSV213°89°86°
CMYK 0.890.490.00   0.14
XYZ18.847316.677569.2436
Yxy16.67750.17990.1592
Hunter Lab40.838110.9134-71.9433
CIE-Lab47.851116.3481-61.9019

#186fdb color RGB value is (24,111,219).

#186fdb hex color red value is 24, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #186fdb hue: 0.59 , saturation: 0.80 and the lightness value of 186fdb is 0.48.

The process color (four color CMYK) of #186fdb color hex is 0.89, 0.49, 0.00, 0.14. Web safe color of #186fdb is #0066cc. Color #186fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01101111 11011011
Octal 30 157 333
Decimal 24 111 219
Hex 18 6F DB

RGB Percentages of Color #186fdb

%6.78
%31.36
%61.86

CMYK Percentages of Color #186fdb

%89
%49
%0
%14

Triadic Colors of #186fdb

#186fdb #db186f #6fdb18

Analogous Colors of #186fdb

#186fdb #2318db #18d1db

Monochromatic Colors of #186fdb

#186fdb

Complementary Color

#186fdb #db8418

#186fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#186fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#186fdb Color CSS Codes

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

#186fdb Text Font Color

<p style="color:#186fdb">Text here</p>

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


#186fdb Background Color

<div style="background-color:#186fdb">
Div content here</div>

This div background color is #186fdb


#186fdb Border Color

<div style="border:3px solid #186fdb">
Div here</div>

This div border color is #186fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,111,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #186fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #186fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #186fdb;
  box-shadow:         1px 1px 3px 2px #186fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,111,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 #186fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #186fdb


Comments

No comments written yet.

Please login to write comment.