Color Hex Logo

#5e84db Color Hex

#5E84DB
(94,132,219)
0 Favorites   0 Comments

Color spaces of #5e84db

RGB 94132219
HSL0.620.630.61
HSV222°57°86°
CMYK 0.570.400.00   0.14
XYZ25.653523.996770.2976
Yxy23.99670.21390.2001
Hunter Lab48.98647.7517-50.7932
CIE-Lab56.084512.4176-48.5747

#5e84db color RGB value is (94,132,219).

#5e84db hex color red value is 94, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5e84db hue: 0.62 , saturation: 0.63 and the lightness value of 5e84db is 0.61.

The process color (four color CMYK) of #5e84db color hex is 0.57, 0.40, 0.00, 0.14. Web safe color of #5e84db is #6699cc. Color #5e84db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000100 11011011
Octal 136 204 333
Decimal 94 132 219
Hex 5E 84 DB

RGB Percentages of Color #5e84db

%21.12
%29.66
%49.21

CMYK Percentages of Color #5e84db

%57
%40
%0
%14

Triadic Colors of #5e84db

#5e84db #db5e84 #84db5e

Analogous Colors of #5e84db

#5e84db #775edb #5ec3db

Monochromatic Colors of #5e84db

#5e84db

Complementary Color

#5e84db #dbb55e

#5e84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e84db Color CSS Codes

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

#5e84db Text Font Color

<p style="color:#5e84db">Text here</p>

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


#5e84db Background Color

<div style="background-color:#5e84db">
Div content here</div>

This div background color is #5e84db


#5e84db Border Color

<div style="border:3px solid #5e84db">
Div here</div>

This div border color is #5e84db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,132,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e84db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e84db;
  -webkit-box-shadow: 1px 1px 3px 2px #5e84db;
  box-shadow:         1px 1px 3px 2px #5e84db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,132,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e84db


Comments

No comments written yet.

Please login to write comment.