Color Hex Logo

#5fcb86 Color Hex

#5FCB86
(95,203,134)
0 Favorites   0 Comments

Color spaces of #5fcb86

RGB 95203134
HSL0.390.510.58
HSV142°53°80°
CMYK 0.530.000.34   0.20
XYZ30.378346.866029.9992
Yxy46.86600.28330.4370
Hunter Lab68.4587-40.594121.9397
CIE-Lab74.1040-46.521825.2110

#5fcb86 color RGB value is (95,203,134).

#5fcb86 hex color red value is 95, green value is 203 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #5fcb86 hue: 0.39 , saturation: 0.51 and the lightness value of 5fcb86 is 0.58.

The process color (four color CMYK) of #5fcb86 color hex is 0.53, 0.00, 0.34, 0.20. Web safe color of #5fcb86 is #66cc99. Color #5fcb86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 10000110
Octal 137 313 206
Decimal 95 203 134
Hex 5F CB 86

RGB Percentages of Color #5fcb86

%21.99
%46.99
%31.02

CMYK Percentages of Color #5fcb86

%53
%0
%34
%20

Triadic Colors of #5fcb86

#5fcb86 #865fcb #cb865f

Analogous Colors of #5fcb86

#5fcb86 #5fcbbc #6ecb5f

Monochromatic Colors of #5fcb86

#5fcb86

Complementary Color

#5fcb86 #cb5fa4

#5fcb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcb86 Color CSS Codes

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

#5fcb86 Text Font Color

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

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


#5fcb86 Background Color

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

This div background color is #5fcb86


#5fcb86 Border Color

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

This div border color is #5fcb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcb86


Comments

No comments written yet.

Please login to write comment.