Color Hex Logo

#5f95be Color Hex

#5F95BE
(95,149,190)
0 Favorites   0 Comments

Color spaces of #5f95be

RGB 95149190
HSL0.570.420.56
HSV206°50°75°
CMYK 0.500.220.00   0.25
XYZ24.761027.645552.7463
Yxy27.64550.23550.2629
Hunter Lab52.5790-7.9523-22.6734
CIE-Lab59.5671-6.3852-26.7870

#5f95be color RGB value is (95,149,190).

#5f95be hex color red value is 95, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5f95be hue: 0.57 , saturation: 0.42 and the lightness value of 5f95be is 0.56.

The process color (four color CMYK) of #5f95be color hex is 0.50, 0.22, 0.00, 0.25. Web safe color of #5f95be is #6699cc. Color #5f95be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10010101 10111110
Octal 137 225 276
Decimal 95 149 190
Hex 5F 95 BE

RGB Percentages of Color #5f95be

%21.89
%34.33
%43.78

CMYK Percentages of Color #5f95be

%50
%22
%0
%25

Triadic Colors of #5f95be

#5f95be #be5f95 #95be5f

Analogous Colors of #5f95be

#5f95be #5f66be #5fbeb8

Monochromatic Colors of #5f95be

#5f95be

Complementary Color

#5f95be #be885f

#5f95be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f95be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f95be Color CSS Codes

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

#5f95be Text Font Color

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

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


#5f95be Background Color

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

This div background color is #5f95be


#5f95be Border Color

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

This div border color is #5f95be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f95be


Comments

No comments written yet.

Please login to write comment.