Color Hex Logo

#5d8cbd Color Hex

#5D8CBD
(93,140,189)
0 Favorites   0 Comments

Color spaces of #5d8cbd

RGB 93140189
HSL0.590.420.55
HSV211°51°74°
CMYK 0.510.260.00   0.26
XYZ23.077624.757451.7065
Yxy24.75740.23180.2487
Hunter Lab49.7568-4.2847-26.7835
CIE-Lab56.8383-2.0303-30.4528

#5d8cbd color RGB value is (93,140,189).

#5d8cbd hex color red value is 93, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5d8cbd hue: 0.59 , saturation: 0.42 and the lightness value of 5d8cbd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10001100 10111101
Octal 135 214 275
Decimal 93 140 189
Hex 5D 8C BD

RGB Percentages of Color #5d8cbd

%22.04
%33.18
%44.79

CMYK Percentages of Color #5d8cbd

%51
%26
%0
%26

Triadic Colors of #5d8cbd

#5d8cbd #bd5d8c #8cbd5d

Analogous Colors of #5d8cbd

#5d8cbd #5e5dbd #5dbcbd

Monochromatic Colors of #5d8cbd

#5d8cbd

Complementary Color

#5d8cbd #bd8e5d

#5d8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d8cbd Color CSS Codes

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

#5d8cbd Text Font Color

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

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


#5d8cbd Background Color

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

This div background color is #5d8cbd


#5d8cbd Border Color

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

This div border color is #5d8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d8cbd


Comments

No comments written yet.

Please login to write comment.