Color Hex Logo

#184aea Color Hex

#184AEA
(24,74,234)
0 Favorites   0 Comments

Color spaces of #184aea

RGB 2474234
HSL0.630.830.51
HSV226°90°92°
CMYK 0.900.680.00   0.08
XYZ17.676811.032379.0397
Yxy11.03230.16410.1024
Hunter Lab33.214936.8707-117.8387
CIE-Lab39.634845.5977-83.8236

#184aea color RGB value is (24,74,234).

#184aea hex color red value is 24, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #184aea hue: 0.63 , saturation: 0.83 and the lightness value of 184aea is 0.51.

The process color (four color CMYK) of #184aea color hex is 0.90, 0.68, 0.00, 0.08. Web safe color of #184aea is #0033ff. Color #184aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001010 11101010
Octal 30 112 352
Decimal 24 74 234
Hex 18 4A EA

RGB Percentages of Color #184aea

%7.23
%22.29
%70.48

CMYK Percentages of Color #184aea

%90
%68
%0
%8

Triadic Colors of #184aea

#184aea #ea184a #4aea18

Analogous Colors of #184aea

#184aea #4f18ea #18b3ea

Monochromatic Colors of #184aea

#184aea

Complementary Color

#184aea #eab818

#184aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#184aea Color CSS Codes

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

#184aea Text Font Color

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

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


#184aea Background Color

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

This div background color is #184aea


#184aea Border Color

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

This div border color is #184aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184aea


Comments

No comments written yet.

Please login to write comment.