Color Hex Logo

#5d7ebc Color Hex

#5D7EBC
(93,126,188)
0 Favorites   0 Comments

Color spaces of #5d7ebc

RGB 93126188
HSL0.610.410.55
HSV219°51°74°
CMYK 0.510.330.00   0.26
XYZ21.052220.879750.4976
Yxy20.87970.22780.2259
Hunter Lab45.69432.2732-33.5364
CIE-Lab52.81765.8941-36.1594

#5d7ebc color RGB value is (93,126,188).

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

The process color (four color CMYK) of #5d7ebc color hex is 0.51, 0.33, 0.00, 0.26. Web safe color of #5d7ebc is #6666cc. Color #5d7ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01111110 10111100
Octal 135 176 274
Decimal 93 126 188
Hex 5D 7E BC

RGB Percentages of Color #5d7ebc

%22.85
%30.96
%46.19

CMYK Percentages of Color #5d7ebc

%51
%33
%0
%26

Triadic Colors of #5d7ebc

#5d7ebc #bc5d7e #7ebc5d

Analogous Colors of #5d7ebc

#5d7ebc #6c5dbc #5daebc

Monochromatic Colors of #5d7ebc

#5d7ebc

Complementary Color

#5d7ebc #bc9b5d

#5d7ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7ebc Color CSS Codes

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

#5d7ebc Text Font Color

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

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


#5d7ebc Background Color

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

This div background color is #5d7ebc


#5d7ebc Border Color

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

This div border color is #5d7ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,126,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 #5d7ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7ebc


Comments

No comments written yet.

Please login to write comment.