Color Hex Logo

#5f6dbb Color Hex

#5F6DBB
(95,109,187)
0 Favorites   0 Comments

Color spaces of #5f6dbb

RGB 95109187
HSL0.640.400.55
HSV231°49°73°
CMYK 0.490.420.00   0.27
XYZ19.157616.958049.2772
Yxy16.95800.22430.1986
Hunter Lab41.180110.9757-42.1219
CIE-Lab48.207116.4051-42.8513

#5f6dbb color RGB value is (95,109,187).

#5f6dbb hex color red value is 95, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5f6dbb hue: 0.64 , saturation: 0.40 and the lightness value of 5f6dbb is 0.55.

The process color (four color CMYK) of #5f6dbb color hex is 0.49, 0.42, 0.00, 0.27. Web safe color of #5f6dbb is #6666cc. Color #5f6dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101101 10111011
Octal 137 155 273
Decimal 95 109 187
Hex 5F 6D BB

RGB Percentages of Color #5f6dbb

%24.30
%27.88
%47.83

CMYK Percentages of Color #5f6dbb

%49
%42
%0
%27

Triadic Colors of #5f6dbb

#5f6dbb #bb5f6d #6dbb5f

Analogous Colors of #5f6dbb

#5f6dbb #7f5fbb #5f9bbb

Monochromatic Colors of #5f6dbb

#5f6dbb

Complementary Color

#5f6dbb #bbad5f

#5f6dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6dbb Color CSS Codes

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

#5f6dbb Text Font Color

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

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


#5f6dbb Background Color

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

This div background color is #5f6dbb


#5f6dbb Border Color

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

This div border color is #5f6dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,109,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f6dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f6dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #5f6dbb;
  box-shadow:         1px 1px 3px 2px #5f6dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,109,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6dbb


Comments

No comments written yet.

Please login to write comment.