Color Hex Logo

#5e8ace Color Hex

#5E8ACE
(94,138,206)
0 Favorites   0 Comments

Color spaces of #5e8ace

RGB 94138206
HSL0.600.530.59
HSV216°54°81°
CMYK 0.540.330.00   0.19
XYZ24.845225.012961.9110
Yxy25.01290.22230.2238
Hunter Lab50.01291.1519-38.3861
CIE-Lab57.08804.6622-39.6774

#5e8ace color RGB value is (94,138,206).

#5e8ace hex color red value is 94, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5e8ace hue: 0.60 , saturation: 0.53 and the lightness value of 5e8ace is 0.59.

The process color (four color CMYK) of #5e8ace color hex is 0.54, 0.33, 0.00, 0.19. Web safe color of #5e8ace is #6699cc. Color #5e8ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10001010 11001110
Octal 136 212 316
Decimal 94 138 206
Hex 5E 8A CE

RGB Percentages of Color #5e8ace

%21.46
%31.51
%47.03

CMYK Percentages of Color #5e8ace

%54
%33
%0
%19

Triadic Colors of #5e8ace

#5e8ace #ce5e8a #8ace5e

Analogous Colors of #5e8ace

#5e8ace #6a5ece #5ec2ce

Monochromatic Colors of #5e8ace

#5e8ace

Complementary Color

#5e8ace #cea25e

#5e8ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e8ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e8ace Color CSS Codes

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

#5e8ace Text Font Color

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

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


#5e8ace Background Color

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

This div background color is #5e8ace


#5e8ace Border Color

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

This div border color is #5e8ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e8ace


Comments

No comments written yet.

Please login to write comment.