Color Hex Logo

#184cea Color Hex

#184CEA
(24,76,234)
0 Favorites   0 Comments

Color spaces of #184cea

RGB 2476234
HSL0.630.830.51
HSV225°90°92°
CMYK 0.900.680.00   0.08
XYZ17.812411.303679.0849
Yxy11.30360.16460.1045
Hunter Lab33.620835.7333-115.9309
CIE-Lab40.087244.3758-83.0779

#184cea color RGB value is (24,76,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001100 11101010
Octal 30 114 352
Decimal 24 76 234
Hex 18 4C EA

RGB Percentages of Color #184cea

%7.19
%22.75
%70.06

CMYK Percentages of Color #184cea

%90
%68
%0
%8

Triadic Colors of #184cea

#184cea #ea184c #4cea18

Analogous Colors of #184cea

#184cea #4d18ea #18b5ea

Monochromatic Colors of #184cea

#184cea

Complementary Color

#184cea #eab618

#184cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#184cea Color CSS Codes

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

#184cea Text Font Color

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

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


#184cea Background Color

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

This div background color is #184cea


#184cea Border Color

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

This div border color is #184cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184cea


Comments

No comments written yet.

Please login to write comment.