Color Hex Logo

#184bdd Color Hex

#184BDD
(24,75,221)
0 Favorites   0 Comments

Color spaces of #184bdd

RGB 2475221
HSL0.620.800.48
HSV224°89°87°
CMYK 0.890.660.00   0.13
XYZ15.943910.446869.5827
Yxy10.44680.16610.1089
Hunter Lab32.321531.4897-105.0162
CIE-Lab38.632740.2685-78.0760

#184bdd color RGB value is (24,75,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001011 11011101
Octal 30 113 335
Decimal 24 75 221
Hex 18 4B DD

RGB Percentages of Color #184bdd

%7.50
%23.44
%69.06

CMYK Percentages of Color #184bdd

%89
%66
%0
%13

Triadic Colors of #184bdd

#184bdd #dd184b #4bdd18

Analogous Colors of #184bdd

#184bdd #4818dd #18aedd

Monochromatic Colors of #184bdd

#184bdd

Complementary Color

#184bdd #ddaa18

#184bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#184bdd Color CSS Codes

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

#184bdd Text Font Color

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

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


#184bdd Background Color

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

This div background color is #184bdd


#184bdd Border Color

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

This div border color is #184bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184bdd


Comments

No comments written yet.

Please login to write comment.