Color Hex Logo

#5e7aca Color Hex

#5E7ACA
(94,122,202)
0 Favorites   0 Comments

Color spaces of #5e7aca

RGB 94122202
HSL0.620.500.58
HSV224°53°79°
CMYK 0.530.400.00   0.21
XYZ22.236320.563058.6742
Yxy20.56300.21910.2026
Hunter Lab45.34648.1738-44.9734
CIE-Lab52.467912.9702-44.7037

#5e7aca color RGB value is (94,122,202).

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

The process color (four color CMYK) of #5e7aca color hex is 0.53, 0.40, 0.00, 0.21. Web safe color of #5e7aca is #6666cc. Color #5e7aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01111010 11001010
Octal 136 172 312
Decimal 94 122 202
Hex 5E 7A CA

RGB Percentages of Color #5e7aca

%22.49
%29.19
%48.33

CMYK Percentages of Color #5e7aca

%53
%40
%0
%21

Triadic Colors of #5e7aca

#5e7aca #ca5e7a #7aca5e

Analogous Colors of #5e7aca

#5e7aca #785eca #5eb0ca

Monochromatic Colors of #5e7aca

#5e7aca

Complementary Color

#5e7aca #caae5e

#5e7aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e7aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e7aca Color CSS Codes

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

#5e7aca Text Font Color

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

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


#5e7aca Background Color

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

This div background color is #5e7aca


#5e7aca Border Color

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

This div border color is #5e7aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e7aca


Comments

No comments written yet.

Please login to write comment.