Color Hex Logo

#184eea Color Hex

#184EEA
(24,78,234)
0 Favorites   0 Comments

Color spaces of #184eea

RGB 2478234
HSL0.620.830.51
HSV225°90°92°
CMYK 0.900.670.00   0.08
XYZ17.952411.583579.1315
Yxy11.58350.16520.1066
Hunter Lab34.034534.5940-114.0271
CIE-Lab40.546443.1442-82.3215

#184eea color RGB value is (24,78,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001110 11101010
Octal 30 116 352
Decimal 24 78 234
Hex 18 4E EA

RGB Percentages of Color #184eea

%7.14
%23.21
%69.64

CMYK Percentages of Color #184eea

%90
%67
%0
%8

Triadic Colors of #184eea

#184eea #ea184e #4eea18

Analogous Colors of #184eea

#184eea #4b18ea #18b7ea

Monochromatic Colors of #184eea

#184eea

Complementary Color

#184eea #eab418

#184eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#184eea Color CSS Codes

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

#184eea Text Font Color

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

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


#184eea Background Color

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

This div background color is #184eea


#184eea Border Color

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

This div border color is #184eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184eea


Comments

No comments written yet.

Please login to write comment.