Color Hex Logo

#184cdb Color Hex

#184CDB
(24,76,219)
0 Favorites   0 Comments

Color spaces of #184cdb

RGB 2476219
HSL0.620.800.48
HSV224°89°86°
CMYK 0.890.650.00   0.14
XYZ15.747310.477568.2102
Yxy10.47750.16680.1109
Hunter Lab32.369030.1934-102.2818
CIE-Lab38.686138.9000-76.8437

#184cdb color RGB value is (24,76,219).

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

The process color (four color CMYK) of #184cdb color hex is 0.89, 0.65, 0.00, 0.14. Web safe color of #184cdb is #0033cc. Color #184cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001100 11011011
Octal 30 114 333
Decimal 24 76 219
Hex 18 4C DB

RGB Percentages of Color #184cdb

%7.52
%23.82
%68.65

CMYK Percentages of Color #184cdb

%89
%65
%0
%14

Triadic Colors of #184cdb

#184cdb #db184c #4cdb18

Analogous Colors of #184cdb

#184cdb #4518db #18aedb

Monochromatic Colors of #184cdb

#184cdb

Complementary Color

#184cdb #dba718

#184cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#184cdb Color CSS Codes

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

#184cdb Text Font Color

<p style="color:#184cdb">Text here</p>

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


#184cdb Background Color

<div style="background-color:#184cdb">
Div content here</div>

This div background color is #184cdb


#184cdb Border Color

<div style="border:3px solid #184cdb">
Div here</div>

This div border color is #184cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184cdb


Comments

No comments written yet.

Please login to write comment.