Color Hex Logo

#5fbaaf Color Hex

#5FBAAF
(95,186,175)
0 Favorites   0 Comments

Color spaces of #5fbaaf

RGB 95186175
HSL0.480.400.55
HSV173°49°73°
CMYK 0.490.000.06   0.27
XYZ30.016140.645946.8209
Yxy40.64590.25550.3460
Hunter Lab63.7541-27.53011.0854
CIE-Lab69.9271-29.8822-2.8079

#5fbaaf color RGB value is (95,186,175).

#5fbaaf hex color red value is 95, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5fbaaf hue: 0.48 , saturation: 0.40 and the lightness value of 5fbaaf is 0.55.

The process color (four color CMYK) of #5fbaaf color hex is 0.49, 0.00, 0.06, 0.27. Web safe color of #5fbaaf is #66cc99. Color #5fbaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 10101111
Octal 137 272 257
Decimal 95 186 175
Hex 5F BA AF

RGB Percentages of Color #5fbaaf

%20.83
%40.79
%38.38

CMYK Percentages of Color #5fbaaf

%49
%0
%6
%27

Triadic Colors of #5fbaaf

#5fbaaf #af5fba #baaf5f

Analogous Colors of #5fbaaf

#5fbaaf #5f98ba #5fba82

Monochromatic Colors of #5fbaaf

#5fbaaf

Complementary Color

#5fbaaf #ba5f6a

#5fbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbaaf Color CSS Codes

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

#5fbaaf Text Font Color

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

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


#5fbaaf Background Color

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

This div background color is #5fbaaf


#5fbaaf Border Color

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

This div border color is #5fbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbaaf


Comments

No comments written yet.

Please login to write comment.