Color Hex Logo

#5fa0be Color Hex

#5FA0BE
(95,160,190)
0 Favorites   0 Comments

Color spaces of #5fa0be

RGB 95160190
HSL0.550.420.56
HSV199°50°75°
CMYK 0.500.160.00   0.25
XYZ26.584431.292253.3541
Yxy31.29220.23900.2813
Hunter Lab55.9394-13.0645-17.3922
CIE-Lab62.7535-12.4661-21.8942

#5fa0be color RGB value is (95,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100000 10111110
Octal 137 240 276
Decimal 95 160 190
Hex 5F A0 BE

RGB Percentages of Color #5fa0be

%21.35
%35.96
%42.70

CMYK Percentages of Color #5fa0be

%50
%16
%0
%25

Triadic Colors of #5fa0be

#5fa0be #be5fa0 #a0be5f

Analogous Colors of #5fa0be

#5fa0be #5f71be #5fbead

Monochromatic Colors of #5fa0be

#5fa0be

Complementary Color

#5fa0be #be7d5f

#5fa0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa0be Color CSS Codes

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

#5fa0be Text Font Color

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

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


#5fa0be Background Color

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

This div background color is #5fa0be


#5fa0be Border Color

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

This div border color is #5fa0be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,160,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 #5fa0be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa0be


Comments

No comments written yet.

Please login to write comment.