Color Hex Logo

#5e6abf Color Hex

#5E6ABF
(94,106,191)
0 Favorites   0 Comments

Color spaces of #5e6abf

RGB 94106191
HSL0.650.430.56
HSV233°51°75°
CMYK 0.510.450.00   0.25
XYZ19.174116.449351.4547
Yxy16.44930.22020.1889
Hunter Lab40.557713.4117-46.8295
CIE-Lab47.558519.2847-46.1987

#5e6abf color RGB value is (94,106,191).

#5e6abf hex color red value is 94, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5e6abf hue: 0.65 , saturation: 0.43 and the lightness value of 5e6abf is 0.56.

The process color (four color CMYK) of #5e6abf color hex is 0.51, 0.45, 0.00, 0.25. Web safe color of #5e6abf is #6666cc. Color #5e6abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01101010 10111111
Octal 136 152 277
Decimal 94 106 191
Hex 5E 6A BF

RGB Percentages of Color #5e6abf

%24.04
%27.11
%48.85

CMYK Percentages of Color #5e6abf

%51
%45
%0
%25

Triadic Colors of #5e6abf

#5e6abf #bf5e6a #6abf5e

Analogous Colors of #5e6abf

#5e6abf #835ebf #5e9bbf

Monochromatic Colors of #5e6abf

#5e6abf

Complementary Color

#5e6abf #bfb35e

#5e6abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6abf Color CSS Codes

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

#5e6abf Text Font Color

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

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


#5e6abf Background Color

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

This div background color is #5e6abf


#5e6abf Border Color

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

This div border color is #5e6abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6abf


Comments

No comments written yet.

Please login to write comment.