Color Hex Logo

#184dcd Color Hex

#184DCD
(24,77,205)
0 Favorites   0 Comments

Color spaces of #184dcd

RGB 2477205
HSL0.620.790.45
HSV222°88°80°
CMYK 0.880.620.00   0.20
XYZ14.05009.909758.9299
Yxy9.90970.16950.1196
Hunter Lab31.479724.5786-88.9550
CIE-Lab37.679932.9935-70.4363

#184dcd color RGB value is (24,77,205).

#184dcd hex color red value is 24, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #184dcd hue: 0.62 , saturation: 0.79 and the lightness value of 184dcd is 0.45.

The process color (four color CMYK) of #184dcd color hex is 0.88, 0.62, 0.00, 0.20. Web safe color of #184dcd is #0066cc. Color #184dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001101 11001101
Octal 30 115 315
Decimal 24 77 205
Hex 18 4D CD

RGB Percentages of Color #184dcd

%7.84
%25.16
%66.99

CMYK Percentages of Color #184dcd

%88
%62
%0
%20

Triadic Colors of #184dcd

#184dcd #cd184d #4dcd18

Analogous Colors of #184dcd

#184dcd #3e18cd #18a8cd

Monochromatic Colors of #184dcd

#184dcd

Complementary Color

#184dcd #cd9818

#184dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#184dcd Color CSS Codes

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

#184dcd Text Font Color

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

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


#184dcd Background Color

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

This div background color is #184dcd


#184dcd Border Color

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

This div border color is #184dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184dcd


Comments

No comments written yet.

Please login to write comment.