Color Hex Logo

#184dfd Color Hex

#184DFD
(24,77,253)
0 Favorites   0 Comments

Color spaces of #184dfd

RGB 2477253
HSL0.630.980.54
HSV226°91°99°
CMYK 0.910.700.00   0.01
XYZ20.760212.593894.2652
Yxy12.59380.16270.0987
Hunter Lab35.487742.3183-132.6491
CIE-Lab42.144750.4926-90.3670

#184dfd color RGB value is (24,77,253).

#184dfd hex color red value is 24, green value is 77 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #184dfd hue: 0.63 , saturation: 0.98 and the lightness value of 184dfd is 0.54.

The process color (four color CMYK) of #184dfd color hex is 0.91, 0.70, 0.00, 0.01. Web safe color of #184dfd is #0066ff. Color #184dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001101 11111101
Octal 30 115 375
Decimal 24 77 253
Hex 18 4D FD

RGB Percentages of Color #184dfd

%6.78
%21.75
%71.47

CMYK Percentages of Color #184dfd

%91
%70
%0
%1

Triadic Colors of #184dfd

#184dfd #fd184d #4dfd18

Analogous Colors of #184dfd

#184dfd #5518fd #18c0fd

Monochromatic Colors of #184dfd

#184dfd

Complementary Color

#184dfd #fdc818

#184dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#184dfd Color CSS Codes

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

#184dfd Text Font Color

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

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


#184dfd Background Color

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

This div background color is #184dfd


#184dfd Border Color

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

This div border color is #184dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.