Color Hex Logo

#5394bc Color Hex

#5394BC
(83,148,188)
0 Favorites   0 Comments

Color spaces of #5394bc

RGB 83148188
HSL0.560.440.53
HSV203°56°74°
CMYK 0.560.210.00   0.26
XYZ23.234326.649651.4963
Yxy26.64960.22920.2629
Hunter Lab51.6233-10.0024-23.0079
CIE-Lab58.6486-9.1289-27.1199

#5394bc color RGB value is (83,148,188).

#5394bc hex color red value is 83, green value is 148 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5394bc hue: 0.56 , saturation: 0.44 and the lightness value of 5394bc is 0.53.

The process color (four color CMYK) of #5394bc color hex is 0.56, 0.21, 0.00, 0.26. Web safe color of #5394bc is #6699cc. Color #5394bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010100 10111100
Octal 123 224 274
Decimal 83 148 188
Hex 53 94 BC

RGB Percentages of Color #5394bc

%19.81
%35.32
%44.87

CMYK Percentages of Color #5394bc

%56
%21
%0
%26

Triadic Colors of #5394bc

#5394bc #bc5394 #94bc53

Analogous Colors of #5394bc

#5394bc #535fbc #53bcb0

Monochromatic Colors of #5394bc

#5394bc

Complementary Color

#5394bc #bc7b53

#5394bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5394bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5394bc Color CSS Codes

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

#5394bc Text Font Color

<p style="color:#5394bc">Text here</p>

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


#5394bc Background Color

<div style="background-color:#5394bc">
Div content here</div>

This div background color is #5394bc


#5394bc Border Color

<div style="border:3px solid #5394bc">
Div here</div>

This div border color is #5394bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,148,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5394bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5394bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5394bc;
  box-shadow:         1px 1px 3px 2px #5394bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,148,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 #5394bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5394bc


Comments

No comments written yet.

Please login to write comment.