Color Hex Logo

#5e6fef Color Hex

#5E6FEF
(94,111,239)
0 Favorites   0 Comments

Color spaces of #5e6fef

RGB 94111239
HSL0.650.820.65
HSV233°61°94°
CMYK 0.610.540.00   0.06
XYZ25.880519.980684.1539
Yxy19.98060.19910.1537
Hunter Lab44.699725.1247-80.3327
CIE-Lab51.815331.7697-66.6188

#5e6fef color RGB value is (94,111,239).

#5e6fef hex color red value is 94, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5e6fef hue: 0.65 , saturation: 0.82 and the lightness value of 5e6fef is 0.65.

The process color (four color CMYK) of #5e6fef color hex is 0.61, 0.54, 0.00, 0.06. Web safe color of #5e6fef is #6666ff. Color #5e6fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01101111 11101111
Octal 136 157 357
Decimal 94 111 239
Hex 5E 6F EF

RGB Percentages of Color #5e6fef

%21.17
%25.00
%53.83

CMYK Percentages of Color #5e6fef

%61
%54
%0
%6

Triadic Colors of #5e6fef

#5e6fef #ef5e6f #6fef5e

Analogous Colors of #5e6fef

#5e6fef #965eef #5eb8ef

Monochromatic Colors of #5e6fef

#5e6fef

Complementary Color

#5e6fef #efde5e

#5e6fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6fef Color CSS Codes

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

#5e6fef Text Font Color

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

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


#5e6fef Background Color

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

This div background color is #5e6fef


#5e6fef Border Color

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

This div border color is #5e6fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6fef


Comments

No comments written yet.

Please login to write comment.