Color Hex Logo

#184ffd Color Hex

#184FFD
(24,79,253)
0 Favorites   0 Comments

Color spaces of #184ffd

RGB 2479253
HSL0.630.980.54
HSV226°91°99°
CMYK 0.910.690.00   0.01
XYZ20.902312.878094.3125
Yxy12.87800.16320.1005
Hunter Lab35.885941.1696-130.7010
CIE-Lab42.578849.3068-89.6503

#184ffd color RGB value is (24,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001111 11111101
Octal 30 117 375
Decimal 24 79 253
Hex 18 4F FD

RGB Percentages of Color #184ffd

%6.74
%22.19
%71.07

CMYK Percentages of Color #184ffd

%91
%69
%0
%1

Triadic Colors of #184ffd

#184ffd #fd184f #4ffd18

Analogous Colors of #184ffd

#184ffd #5418fd #18c2fd

Monochromatic Colors of #184ffd

#184ffd

Complementary Color

#184ffd #fdc618

#184ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#184ffd Color CSS Codes

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

#184ffd Text Font Color

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

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


#184ffd Background Color

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

This div background color is #184ffd


#184ffd Border Color

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

This div border color is #184ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184ffd


Comments

No comments written yet.

Please login to write comment.