Color Hex Logo

#5fbcac Color Hex

#5FBCAC
(95,188,172)
0 Favorites   0 Comments

Color spaces of #5fbcac

RGB 95188172
HSL0.470.410.55
HSV170°49°74°
CMYK 0.490.000.09   0.26
XYZ30.148941.377945.4274
Yxy41.37790.25780.3538
Hunter Lab64.3257-28.90843.1568
CIE-Lab70.4399-31.5909-0.4111

#5fbcac color RGB value is (95,188,172).

#5fbcac hex color red value is 95, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5fbcac hue: 0.47 , saturation: 0.41 and the lightness value of 5fbcac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 10101100
Octal 137 274 254
Decimal 95 188 172
Hex 5F BC AC

RGB Percentages of Color #5fbcac

%20.88
%41.32
%37.80

CMYK Percentages of Color #5fbcac

%49
%0
%9
%26

Triadic Colors of #5fbcac

#5fbcac #ac5fbc #bcac5f

Analogous Colors of #5fbcac

#5fbcac #5f9ebc #5fbc7e

Monochromatic Colors of #5fbcac

#5fbcac

Complementary Color

#5fbcac #bc5f6f

#5fbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcac Color CSS Codes

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

#5fbcac Text Font Color

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

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


#5fbcac Background Color

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

This div background color is #5fbcac


#5fbcac Border Color

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

This div border color is #5fbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcac


Comments

No comments written yet.

Please login to write comment.