Color Hex Logo

#5fa1af Color Hex

#5FA1AF
(95,161,175)
0 Favorites   0 Comments

Color spaces of #5fa1af

RGB 95161175
HSL0.530.330.53
HSV191°46°69°
CMYK 0.460.080.00   0.31
XYZ25.202031.017845.2162
Yxy31.01780.24850.3058
Hunter Lab55.6936-16.6906-9.1505
CIE-Lab62.5227-17.2400-13.8296

#5fa1af color RGB value is (95,161,175).

#5fa1af hex color red value is 95, green value is 161 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5fa1af hue: 0.53 , saturation: 0.33 and the lightness value of 5fa1af is 0.53.

The process color (four color CMYK) of #5fa1af color hex is 0.46, 0.08, 0.00, 0.31. Web safe color of #5fa1af is #669999. Color #5fa1af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100001 10101111
Octal 137 241 257
Decimal 95 161 175
Hex 5F A1 AF

RGB Percentages of Color #5fa1af

%22.04
%37.35
%40.60

CMYK Percentages of Color #5fa1af

%46
%8
%0
%31

Triadic Colors of #5fa1af

#5fa1af #af5fa1 #a1af5f

Analogous Colors of #5fa1af

#5fa1af #5f79af #5faf95

Monochromatic Colors of #5fa1af

#5fa1af

Complementary Color

#5fa1af #af6d5f

#5fa1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa1af Color CSS Codes

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

#5fa1af Text Font Color

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

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


#5fa1af Background Color

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

This div background color is #5fa1af


#5fa1af Border Color

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

This div border color is #5fa1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa1af


Comments

No comments written yet.

Please login to write comment.