Color Hex Logo

#5b8fdb Color Hex

#5B8FDB
(91,143,219)
0 Favorites   0 Comments

Color spaces of #5b8fdb

RGB 91143219
HSL0.600.640.61
HSV216°58°86°
CMYK 0.580.350.00   0.14
XYZ26.923026.983570.8072
Yxy26.98350.21590.2164
Hunter Lab51.94561.6102-44.4564
CIE-Lab58.95915.2718-44.0352

#5b8fdb color RGB value is (91,143,219).

#5b8fdb hex color red value is 91, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5b8fdb hue: 0.60 , saturation: 0.64 and the lightness value of 5b8fdb is 0.61.

The process color (four color CMYK) of #5b8fdb color hex is 0.58, 0.35, 0.00, 0.14. Web safe color of #5b8fdb is #6699cc. Color #5b8fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10001111 11011011
Octal 133 217 333
Decimal 91 143 219
Hex 5B 8F DB

RGB Percentages of Color #5b8fdb

%20.09
%31.57
%48.34

CMYK Percentages of Color #5b8fdb

%58
%35
%0
%14

Triadic Colors of #5b8fdb

#5b8fdb #db5b8f #8fdb5b

Analogous Colors of #5b8fdb

#5b8fdb #675bdb #5bcfdb

Monochromatic Colors of #5b8fdb

#5b8fdb

Complementary Color

#5b8fdb #dba75b

#5b8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b8fdb Color CSS Codes

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

#5b8fdb Text Font Color

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

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


#5b8fdb Background Color

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

This div background color is #5b8fdb


#5b8fdb Border Color

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

This div border color is #5b8fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,143,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b8fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b8fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #5b8fdb;
  box-shadow:         1px 1px 3px 2px #5b8fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,143,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b8fdb


Comments

No comments written yet.

Please login to write comment.