Color Hex Logo

#5fa2be Color Hex

#5FA2BE
(95,162,190)
0 Favorites   0 Comments

Color spaces of #5fa2be

RGB 95162190
HSL0.550.420.56
HSV198°50°75°
CMYK 0.500.150.00   0.25
XYZ26.933931.991353.4706
Yxy31.99130.23960.2846
Hunter Lab56.5609-13.9810-16.4580
CIE-Lab63.3357-13.5487-21.0051

#5fa2be color RGB value is (95,162,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100010 10111110
Octal 137 242 276
Decimal 95 162 190
Hex 5F A2 BE

RGB Percentages of Color #5fa2be

%21.25
%36.24
%42.51

CMYK Percentages of Color #5fa2be

%50
%15
%0
%25

Triadic Colors of #5fa2be

#5fa2be #be5fa2 #a2be5f

Analogous Colors of #5fa2be

#5fa2be #5f73be #5fbeab

Monochromatic Colors of #5fa2be

#5fa2be

Complementary Color

#5fa2be #be7b5f

#5fa2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa2be Color CSS Codes

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

#5fa2be Text Font Color

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

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


#5fa2be Background Color

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

This div background color is #5fa2be


#5fa2be Border Color

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

This div border color is #5fa2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa2be


Comments

No comments written yet.

Please login to write comment.