Color Hex Logo

#185efd Color Hex

#185EFD
(24,94,253)
0 Favorites   0 Comments

Color spaces of #185efd

RGB 2494253
HSL0.620.980.54
HSV222°91°99°
CMYK 0.910.630.00   0.01
XYZ22.109015.291494.7148
Yxy15.29140.16730.1157
Hunter Lab39.104232.4891-116.2341
CIE-Lab46.030840.1273-83.9695

#185efd color RGB value is (24,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011110 11111101
Octal 30 136 375
Decimal 24 94 253
Hex 18 5E FD

RGB Percentages of Color #185efd

%6.47
%25.34
%68.19

CMYK Percentages of Color #185efd

%91
%63
%0
%1

Triadic Colors of #185efd

#185efd #fd185e #5efd18

Analogous Colors of #185efd

#185efd #4418fd #18d1fd

Monochromatic Colors of #185efd

#185efd

Complementary Color

#185efd #fdb718

#185efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#185efd Color CSS Codes

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

#185efd Text Font Color

<p style="color:#185efd">Text here</p>

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


#185efd Background Color

<div style="background-color:#185efd">
Div content here</div>

This div background color is #185efd


#185efd Border Color

<div style="border:3px solid #185efd">
Div here</div>

This div border color is #185efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185efd


Comments

No comments written yet.

Please login to write comment.