Color Hex Logo

#184ad1 Color Hex

#184AD1
(24,74,209)
0 Favorites   0 Comments

Color spaces of #184ad1

RGB 2474209
HSL0.620.790.46
HSV224°89°82°
CMYK 0.890.650.00   0.18
XYZ14.33419.695261.4375
Yxy9.69520.16770.1134
Hunter Lab31.137127.6833-95.1907
CIE-Lab37.289736.4452-73.3888

#184ad1 color RGB value is (24,74,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001010 11010001
Octal 30 112 321
Decimal 24 74 209
Hex 18 4A D1

RGB Percentages of Color #184ad1

%7.82
%24.10
%68.08

CMYK Percentages of Color #184ad1

%89
%65
%0
%18

Triadic Colors of #184ad1

#184ad1 #d1184a #4ad118

Analogous Colors of #184ad1

#184ad1 #4318d1 #18a7d1

Monochromatic Colors of #184ad1

#184ad1

Complementary Color

#184ad1 #d19f18

#184ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#184ad1 Color CSS Codes

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

#184ad1 Text Font Color

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

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


#184ad1 Background Color

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

This div background color is #184ad1


#184ad1 Border Color

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

This div border color is #184ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184ad1


Comments

No comments written yet.

Please login to write comment.