Color Hex Logo

#184eed Color Hex

#184EED
(24,78,237)
0 Favorites   0 Comments

Color spaces of #184eed

RGB 2478237
HSL0.620.860.51
HSV225°90°93°
CMYK 0.900.670.00   0.07
XYZ18.387111.757481.4211
Yxy11.75740.16480.1054
Hunter Lab34.289135.7126-116.7847
CIE-Lab40.827944.2277-83.5538

#184eed color RGB value is (24,78,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001110 11101101
Octal 30 116 355
Decimal 24 78 237
Hex 18 4E ED

RGB Percentages of Color #184eed

%7.08
%23.01
%69.91

CMYK Percentages of Color #184eed

%90
%67
%0
%7

Triadic Colors of #184eed

#184eed #ed184e #4eed18

Analogous Colors of #184eed

#184eed #4d18ed #18b9ed

Monochromatic Colors of #184eed

#184eed

Complementary Color

#184eed #edb718

#184eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#184eed Color CSS Codes

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

#184eed Text Font Color

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

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


#184eed Background Color

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

This div background color is #184eed


#184eed Border Color

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

This div border color is #184eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184eed


Comments

No comments written yet.

Please login to write comment.