Color Hex Logo

#5fcb93 Color Hex

#5FCB93
(95,203,147)
0 Favorites   0 Comments

Color spaces of #5fcb93

RGB 95203147
HSL0.410.510.58
HSV149°53°80°
CMYK 0.530.000.28   0.20
XYZ31.341747.251435.0723
Yxy47.25140.27570.4157
Hunter Lab68.7397-38.907717.8669
CIE-Lab74.3503-44.007218.6783

#5fcb93 color RGB value is (95,203,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 10010011
Octal 137 313 223
Decimal 95 203 147
Hex 5F CB 93

RGB Percentages of Color #5fcb93

%21.35
%45.62
%33.03

CMYK Percentages of Color #5fcb93

%53
%0
%28
%20

Triadic Colors of #5fcb93

#5fcb93 #935fcb #cb935f

Analogous Colors of #5fcb93

#5fcb93 #5fcbc9 #61cb5f

Monochromatic Colors of #5fcb93

#5fcb93

Complementary Color

#5fcb93 #cb5f97

#5fcb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcb93 Color CSS Codes

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

#5fcb93 Text Font Color

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

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


#5fcb93 Background Color

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

This div background color is #5fcb93


#5fcb93 Border Color

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

This div border color is #5fcb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcb93


Comments

No comments written yet.

Please login to write comment.