Color Hex Logo

#5e7acc Color Hex

#5E7ACC
(94,122,204)
0 Favorites   0 Comments

Color spaces of #5e7acc

RGB 94122204
HSL0.620.520.58
HSV225°54°80°
CMYK 0.540.400.00   0.20
XYZ22.474720.658459.9297
Yxy20.65840.21810.2004
Hunter Lab45.45158.7239-46.3603
CIE-Lab52.573613.6116-45.6741

#5e7acc color RGB value is (94,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01111010 11001100
Octal 136 172 314
Decimal 94 122 204
Hex 5E 7A CC

RGB Percentages of Color #5e7acc

%22.38
%29.05
%48.57

CMYK Percentages of Color #5e7acc

%54
%40
%0
%20

Triadic Colors of #5e7acc

#5e7acc #cc5e7a #7acc5e

Analogous Colors of #5e7acc

#5e7acc #795ecc #5eb1cc

Monochromatic Colors of #5e7acc

#5e7acc

Complementary Color

#5e7acc #ccb05e

#5e7acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e7acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e7acc Color CSS Codes

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

#5e7acc Text Font Color

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

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


#5e7acc Background Color

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

This div background color is #5e7acc


#5e7acc Border Color

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

This div border color is #5e7acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e7acc


Comments

No comments written yet.

Please login to write comment.