Color Hex Logo

#5fbeac Color Hex

#5FBEAC
(95,190,172)
0 Favorites   0 Comments

Color spaces of #5fbeac

RGB 95190172
HSL0.470.420.56
HSV169°50°75°
CMYK 0.500.000.09   0.25
XYZ30.579242.238445.5709
Yxy42.23840.25830.3568
Hunter Lab64.9911-29.74773.9204
CIE-Lab71.0350-32.54140.4577

#5fbeac color RGB value is (95,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 10101100
Octal 137 276 254
Decimal 95 190 172
Hex 5F BE AC

RGB Percentages of Color #5fbeac

%20.79
%41.58
%37.64

CMYK Percentages of Color #5fbeac

%50
%0
%9
%25

Triadic Colors of #5fbeac

#5fbeac #ac5fbe #beac5f

Analogous Colors of #5fbeac

#5fbeac #5fa1be #5fbe7d

Monochromatic Colors of #5fbeac

#5fbeac

Complementary Color

#5fbeac #be5f71

#5fbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeac Color CSS Codes

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

#5fbeac Text Font Color

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

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


#5fbeac Background Color

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

This div background color is #5fbeac


#5fbeac Border Color

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

This div border color is #5fbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeac


Comments

No comments written yet.

Please login to write comment.