Color Hex Logo

#5e95dd Color Hex

#5E95DD
(94,149,221)
0 Favorites   0 Comments

Color spaces of #5e95dd

RGB 94149221
HSL0.590.650.62
HSV214°57°87°
CMYK 0.570.330.00   0.13
XYZ28.414729.095072.5249
Yxy29.09500.21850.2237
Hunter Lab53.9398-0.3634-41.9607
CIE-Lab60.86543.0108-42.1384

#5e95dd color RGB value is (94,149,221).

#5e95dd hex color red value is 94, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5e95dd hue: 0.59 , saturation: 0.65 and the lightness value of 5e95dd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10010101 11011101
Octal 136 225 335
Decimal 94 149 221
Hex 5E 95 DD

RGB Percentages of Color #5e95dd

%20.26
%32.11
%47.63

CMYK Percentages of Color #5e95dd

%57
%33
%0
%13

Triadic Colors of #5e95dd

#5e95dd #dd5e95 #95dd5e

Analogous Colors of #5e95dd

#5e95dd #675edd #5ed5dd

Monochromatic Colors of #5e95dd

#5e95dd

Complementary Color

#5e95dd #dda65e

#5e95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e95dd Color CSS Codes

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

#5e95dd Text Font Color

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

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


#5e95dd Background Color

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

This div background color is #5e95dd


#5e95dd Border Color

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

This div border color is #5e95dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e95dd


Comments

No comments written yet.

Please login to write comment.