Color Hex Logo

#5e86bc Color Hex

#5E86BC
(94,134,188)
0 Favorites   0 Comments

Color spaces of #5e86bc

RGB 94134188
HSL0.600.410.55
HSV214°50°74°
CMYK 0.500.290.00   0.26
XYZ22.218323.060750.8571
Yxy23.06070.23110.2399
Hunter Lab48.0216-1.4505-29.1758
CIE-Lab55.13481.3916-32.5307

#5e86bc color RGB value is (94,134,188).

#5e86bc hex color red value is 94, green value is 134 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5e86bc hue: 0.60 , saturation: 0.41 and the lightness value of 5e86bc is 0.55.

The process color (four color CMYK) of #5e86bc color hex is 0.50, 0.29, 0.00, 0.26. Web safe color of #5e86bc is #6699cc. Color #5e86bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000110 10111100
Octal 136 206 274
Decimal 94 134 188
Hex 5E 86 BC

RGB Percentages of Color #5e86bc

%22.60
%32.21
%45.19

CMYK Percentages of Color #5e86bc

%50
%29
%0
%26

Triadic Colors of #5e86bc

#5e86bc #bc5e86 #86bc5e

Analogous Colors of #5e86bc

#5e86bc #655ebc #5eb5bc

Monochromatic Colors of #5e86bc

#5e86bc

Complementary Color

#5e86bc #bc945e

#5e86bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e86bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e86bc Color CSS Codes

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

#5e86bc Text Font Color

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

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


#5e86bc Background Color

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

This div background color is #5e86bc


#5e86bc Border Color

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

This div border color is #5e86bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e86bc


Comments

No comments written yet.

Please login to write comment.