Color Hex Logo

#5395dc Color Hex

#5395DC
(83,149,220)
0 Favorites   0 Comments

Color spaces of #5395dc

RGB 83149220
HSL0.590.660.59
HSV211°62°86°
CMYK 0.620.320.00   0.14
XYZ27.233028.501271.7761
Yxy28.50120.21360.2235
Hunter Lab53.3865-2.3718-42.3425
CIE-Lab60.33890.5798-42.4430

#5395dc color RGB value is (83,149,220).

#5395dc hex color red value is 83, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5395dc hue: 0.59 , saturation: 0.66 and the lightness value of 5395dc is 0.59.

The process color (four color CMYK) of #5395dc color hex is 0.62, 0.32, 0.00, 0.14. Web safe color of #5395dc is #6699cc. Color #5395dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010101 11011100
Octal 123 225 334
Decimal 83 149 220
Hex 53 95 DC

RGB Percentages of Color #5395dc

%18.36
%32.96
%48.67

CMYK Percentages of Color #5395dc

%62
%32
%0
%14

Triadic Colors of #5395dc

#5395dc #dc5395 #95dc53

Analogous Colors of #5395dc

#5395dc #5553dc #53dadc

Monochromatic Colors of #5395dc

#5395dc

Complementary Color

#5395dc #dc9a53

#5395dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5395dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5395dc Color CSS Codes

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

#5395dc Text Font Color

<p style="color:#5395dc">Text here</p>

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


#5395dc Background Color

<div style="background-color:#5395dc">
Div content here</div>

This div background color is #5395dc


#5395dc Border Color

<div style="border:3px solid #5395dc">
Div here</div>

This div border color is #5395dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,149,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5395dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5395dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5395dc;
  box-shadow:         1px 1px 3px 2px #5395dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,149,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5395dc


Comments

No comments written yet.

Please login to write comment.