Color Hex Logo

#5fba7b Color Hex

#5FBA7B
(95,186,123)
0 Favorites   0 Comments

Color spaces of #5fba7b

RGB 95186123
HSL0.380.400.55
HSV138°49°73°
CMYK 0.490.000.34   0.27
XYZ25.853438.980824.9003
Yxy38.98080.28810.4344
Hunter Lab62.4346-35.345920.0581
CIE-Lab68.7374-41.283523.7937

#5fba7b color RGB value is (95,186,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 01111011
Octal 137 272 173
Decimal 95 186 123
Hex 5F BA 7B

RGB Percentages of Color #5fba7b

%23.51
%46.04
%30.45

CMYK Percentages of Color #5fba7b

%49
%0
%34
%27

Triadic Colors of #5fba7b

#5fba7b #7b5fba #ba7b5f

Analogous Colors of #5fba7b

#5fba7b #5fbaa9 #71ba5f

Monochromatic Colors of #5fba7b

#5fba7b

Complementary Color

#5fba7b #ba5f9e

#5fba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fba7b Color CSS Codes

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

#5fba7b Text Font Color

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

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


#5fba7b Background Color

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

This div background color is #5fba7b


#5fba7b Border Color

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

This div border color is #5fba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fba7b


Comments

No comments written yet.

Please login to write comment.