Color Hex Logo

#184edf Color Hex

#184EDF
(24,78,223)
0 Favorites   0 Comments

Color spaces of #184edf

RGB 2478223
HSL0.620.810.48
HSV224°89°87°
CMYK 0.890.650.00   0.13
XYZ16.420410.970771.0641
Yxy10.97070.16680.1114
Hunter Lab33.122030.5286-104.0226
CIE-Lab39.531139.1162-77.7410

#184edf color RGB value is (24,78,223).

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

The process color (four color CMYK) of #184edf color hex is 0.89, 0.65, 0.00, 0.13. Web safe color of #184edf is #0066cc. Color #184edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001110 11011111
Octal 30 116 337
Decimal 24 78 223
Hex 18 4E DF

RGB Percentages of Color #184edf

%7.38
%24.00
%68.62

CMYK Percentages of Color #184edf

%89
%65
%0
%13

Triadic Colors of #184edf

#184edf #df184e #4edf18

Analogous Colors of #184edf

#184edf #4618df #18b2df

Monochromatic Colors of #184edf

#184edf

Complementary Color

#184edf #dfa918

#184edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#184edf Color CSS Codes

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

#184edf Text Font Color

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

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


#184edf Background Color

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

This div background color is #184edf


#184edf Border Color

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

This div border color is #184edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184edf


Comments

No comments written yet.

Please login to write comment.