Color Hex Logo

#5d7eab Color Hex

#5D7EAB
(93,126,171)
0 Favorites   0 Comments

Color spaces of #5d7eab

RGB 93126171
HSL0.600.320.52
HSV215°46°67°
CMYK 0.460.260.00   0.33
XYZ19.325720.189141.4064
Yxy20.18910.23880.2495
Hunter Lab44.9323-1.8574-23.1849
CIE-Lab52.05030.6942-27.5710

#5d7eab color RGB value is (93,126,171).

#5d7eab hex color red value is 93, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5d7eab hue: 0.60 , saturation: 0.32 and the lightness value of 5d7eab is 0.52.

The process color (four color CMYK) of #5d7eab color hex is 0.46, 0.26, 0.00, 0.33. Web safe color of #5d7eab is #666699. Color #5d7eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01111110 10101011
Octal 135 176 253
Decimal 93 126 171
Hex 5D 7E AB

RGB Percentages of Color #5d7eab

%23.85
%32.31
%43.85

CMYK Percentages of Color #5d7eab

%46
%26
%0
%33

Triadic Colors of #5d7eab

#5d7eab #ab5d7e #7eab5d

Analogous Colors of #5d7eab

#5d7eab #635dab #5da5ab

Monochromatic Colors of #5d7eab

#5d7eab

Complementary Color

#5d7eab #ab8a5d

#5d7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7eab Color CSS Codes

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

#5d7eab Text Font Color

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

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


#5d7eab Background Color

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

This div background color is #5d7eab


#5d7eab Border Color

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

This div border color is #5d7eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,126,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7eab


Comments

No comments written yet.

Please login to write comment.