Color Hex Logo

#5cfb8f Color Hex

#5CFB8F
(92,251,143)
0 Favorites   0 Comments

Color spaces of #5cfb8f

RGB 92251143
HSL0.390.950.67
HSV139°63°98°
CMYK 0.630.000.43   0.02
XYZ43.868773.252837.8137
Yxy73.25280.28310.4728
Hunter Lab85.5878-58.287233.7165
CIE-Lab88.5681-64.320339.7090

#5cfb8f color RGB value is (92,251,143).

#5cfb8f hex color red value is 92, green value is 251 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5cfb8f hue: 0.39 , saturation: 0.95 and the lightness value of 5cfb8f is 0.67.

The process color (four color CMYK) of #5cfb8f color hex is 0.63, 0.00, 0.43, 0.02. Web safe color of #5cfb8f is #66ff99. Color #5cfb8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11111011 10001111
Octal 134 373 217
Decimal 92 251 143
Hex 5C FB 8F

RGB Percentages of Color #5cfb8f

%18.93
%51.65
%29.42

CMYK Percentages of Color #5cfb8f

%63
%0
%43
%2

Triadic Colors of #5cfb8f

#5cfb8f #8f5cfb #fb8f5c

Analogous Colors of #5cfb8f

#5cfb8f #5cfbdf #79fb5c

Monochromatic Colors of #5cfb8f

#5cfb8f

Complementary Color

#5cfb8f #fb5cc8

#5cfb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cfb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cfb8f Color CSS Codes

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

#5cfb8f Text Font Color

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

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


#5cfb8f Background Color

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

This div background color is #5cfb8f


#5cfb8f Border Color

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

This div border color is #5cfb8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,251,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cfb8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cfb8f;
  -webkit-box-shadow: 1px 1px 3px 2px #5cfb8f;
  box-shadow:         1px 1px 3px 2px #5cfb8f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,251,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cfb8f

Related Colors


Comments

No comments written yet.

Please login to write comment.