Color Hex Logo

#5fbaae Color Hex

#5FBAAE
(95,186,174)
0 Favorites   0 Comments

Color spaces of #5fbaae

RGB 95186174
HSL0.480.400.55
HSV172°49°73°
CMYK 0.490.000.06   0.27
XYZ29.918240.606746.3054
Yxy40.60670.25610.3476
Hunter Lab63.7234-27.71001.5225
CIE-Lab69.8995-30.1336-2.2995

#5fbaae color RGB value is (95,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 10101110
Octal 137 272 256
Decimal 95 186 174
Hex 5F BA AE

RGB Percentages of Color #5fbaae

%20.88
%40.88
%38.24

CMYK Percentages of Color #5fbaae

%49
%0
%6
%27

Triadic Colors of #5fbaae

#5fbaae #ae5fba #baae5f

Analogous Colors of #5fbaae

#5fbaae #5f99ba #5fba81

Monochromatic Colors of #5fbaae

#5fbaae

Complementary Color

#5fbaae #ba5f6b

#5fbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbaae Color CSS Codes

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

#5fbaae Text Font Color

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

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


#5fbaae Background Color

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

This div background color is #5fbaae


#5fbaae Border Color

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

This div border color is #5fbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbaae


Comments

No comments written yet.

Please login to write comment.