Color Hex Logo

#5fafbd Color Hex

#5FAFBD
(95,175,189)
0 Favorites   0 Comments

Color spaces of #5fafbd

RGB 95175189
HSL0.520.420.56
HSV189°50°74°
CMYK 0.500.070.00   0.26
XYZ29.234636.767053.7000
Yxy36.76700.24420.3072
Hunter Lab60.6358-20.0517-10.0631
CIE-Lab67.1019-20.6854-14.7371

#5fafbd color RGB value is (95,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 10111101
Octal 137 257 275
Decimal 95 175 189
Hex 5F AF BD

RGB Percentages of Color #5fafbd

%20.70
%38.13
%41.18

CMYK Percentages of Color #5fafbd

%50
%7
%0
%26

Triadic Colors of #5fafbd

#5fafbd #bd5faf #afbd5f

Analogous Colors of #5fafbd

#5fafbd #5f80bd #5fbd9c

Monochromatic Colors of #5fafbd

#5fafbd

Complementary Color

#5fafbd #bd6d5f

#5fafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fafbd Color CSS Codes

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

#5fafbd Text Font Color

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

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


#5fafbd Background Color

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

This div background color is #5fafbd


#5fafbd Border Color

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

This div border color is #5fafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fafbd


Comments

No comments written yet.

Please login to write comment.