Color Hex Logo

#5f6acb Color Hex

#5F6ACB
(95,106,203)
0 Favorites   0 Comments

Color spaces of #5f6acb

RGB 95106203
HSL0.650.510.58
HSV234°53°80°
CMYK 0.530.480.00   0.20
XYZ20.652817.052858.7029
Yxy17.05280.21420.1769
Hunter Lab41.295017.0065-55.3771
CIE-Lab48.326523.3268-51.8705

#5f6acb color RGB value is (95,106,203).

#5f6acb hex color red value is 95, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5f6acb hue: 0.65 , saturation: 0.51 and the lightness value of 5f6acb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101010 11001011
Octal 137 152 313
Decimal 95 106 203
Hex 5F 6A CB

RGB Percentages of Color #5f6acb

%23.51
%26.24
%50.25

CMYK Percentages of Color #5f6acb

%53
%48
%0
%20

Triadic Colors of #5f6acb

#5f6acb #cb5f6a #6acb5f

Analogous Colors of #5f6acb

#5f6acb #8a5fcb #5fa0cb

Monochromatic Colors of #5f6acb

#5f6acb

Complementary Color

#5f6acb #cbc05f

#5f6acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6acb Color CSS Codes

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

#5f6acb Text Font Color

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

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


#5f6acb Background Color

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

This div background color is #5f6acb


#5f6acb Border Color

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

This div border color is #5f6acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6acb


Comments

No comments written yet.

Please login to write comment.