Color Hex Logo

#184bea Color Hex

#184BEA
(24,75,234)
0 Favorites   0 Comments

Color spaces of #184bea

RGB 2475234
HSL0.630.830.51
HSV225°90°92°
CMYK 0.900.680.00   0.08
XYZ17.744011.166979.0621
Yxy11.16690.16430.1034
Hunter Lab33.416936.3019-116.8842
CIE-Lab39.860244.9876-83.4520

#184bea color RGB value is (24,75,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001011 11101010
Octal 30 113 352
Decimal 24 75 234
Hex 18 4B EA

RGB Percentages of Color #184bea

%7.21
%22.52
%70.27

CMYK Percentages of Color #184bea

%90
%68
%0
%8

Triadic Colors of #184bea

#184bea #ea184b #4bea18

Analogous Colors of #184bea

#184bea #4e18ea #18b4ea

Monochromatic Colors of #184bea

#184bea

Complementary Color

#184bea #eab718

#184bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#184bea Color CSS Codes

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

#184bea Text Font Color

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

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


#184bea Background Color

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

This div background color is #184bea


#184bea Border Color

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

This div border color is #184bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184bea


Comments

No comments written yet.

Please login to write comment.