Color Hex Logo

#5e9fdd Color Hex

#5E9FDD
(94,159,221)
0 Favorites   0 Comments

Color spaces of #5e9fdd

RGB 94159221
HSL0.580.650.62
HSV209°57°87°
CMYK 0.570.280.00   0.13
XYZ30.065432.396473.0751
Yxy32.39640.22180.2390
Hunter Lab56.9178-5.3181-36.2782
CIE-Lab63.6692-2.7219-37.7449

#5e9fdd color RGB value is (94,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10011111 11011101
Octal 136 237 335
Decimal 94 159 221
Hex 5E 9F DD

RGB Percentages of Color #5e9fdd

%19.83
%33.54
%46.62

CMYK Percentages of Color #5e9fdd

%57
%28
%0
%13

Triadic Colors of #5e9fdd

#5e9fdd #dd5e9f #9fdd5e

Analogous Colors of #5e9fdd

#5e9fdd #5e5fdd #5edddc

Monochromatic Colors of #5e9fdd

#5e9fdd

Complementary Color

#5e9fdd #dd9c5e

#5e9fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e9fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e9fdd Color CSS Codes

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

#5e9fdd Text Font Color

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

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


#5e9fdd Background Color

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

This div background color is #5e9fdd


#5e9fdd Border Color

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

This div border color is #5e9fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e9fdd


Comments

No comments written yet.

Please login to write comment.