Color Hex Logo

#5f6bcc Color Hex

#5F6BCC
(95,107,204)
0 Favorites   0 Comments

Color spaces of #5f6bcc

RGB 95107204
HSL0.650.520.59
HSV233°53°80°
CMYK 0.530.480.00   0.20
XYZ20.876117.307959.3672
Yxy17.30790.21400.1774
Hunter Lab41.602816.7657-55.4850
CIE-Lab48.645723.0306-51.9320

#5f6bcc color RGB value is (95,107,204).

#5f6bcc hex color red value is 95, green value is 107 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5f6bcc hue: 0.65 , saturation: 0.52 and the lightness value of 5f6bcc is 0.59.

The process color (four color CMYK) of #5f6bcc color hex is 0.53, 0.48, 0.00, 0.20. Web safe color of #5f6bcc is #6666cc. Color #5f6bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101011 11001100
Octal 137 153 314
Decimal 95 107 204
Hex 5F 6B CC

RGB Percentages of Color #5f6bcc

%23.40
%26.35
%50.25

CMYK Percentages of Color #5f6bcc

%53
%48
%0
%20

Triadic Colors of #5f6bcc

#5f6bcc #cc5f6b #6bcc5f

Analogous Colors of #5f6bcc

#5f6bcc #8a5fcc #5fa2cc

Monochromatic Colors of #5f6bcc

#5f6bcc

Complementary Color

#5f6bcc #ccc05f

#5f6bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6bcc Color CSS Codes

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

#5f6bcc Text Font Color

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

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


#5f6bcc Background Color

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

This div background color is #5f6bcc


#5f6bcc Border Color

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

This div border color is #5f6bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6bcc


Comments

No comments written yet.

Please login to write comment.