Color Hex Logo

#184cdd Color Hex

#184CDD
(24,76,221)
0 Favorites   0 Comments

Color spaces of #184cdd

RGB 2476221
HSL0.620.800.48
HSV224°89°87°
CMYK 0.890.660.00   0.13
XYZ16.012310.583569.6055
Yxy10.58350.16640.1100
Hunter Lab32.532330.9257-104.0832
CIE-Lab38.869939.6396-77.6858

#184cdd color RGB value is (24,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001100 11011101
Octal 30 114 335
Decimal 24 76 221
Hex 18 4C DD

RGB Percentages of Color #184cdd

%7.48
%23.68
%68.85

CMYK Percentages of Color #184cdd

%89
%66
%0
%13

Triadic Colors of #184cdd

#184cdd #dd184c #4cdd18

Analogous Colors of #184cdd

#184cdd #4718dd #18afdd

Monochromatic Colors of #184cdd

#184cdd

Complementary Color

#184cdd #dda918

#184cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#184cdd Color CSS Codes

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

#184cdd Text Font Color

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

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


#184cdd Background Color

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

This div background color is #184cdd


#184cdd Border Color

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

This div border color is #184cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,76,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184cdd


Comments

No comments written yet.

Please login to write comment.