Color Hex Logo

#5cfc49 Color Hex

#5CFC49
(92,252,73)
0 Favorites   0 Comments

Color spaces of #5cfc49

RGB 9225273
HSL0.320.970.64
HSV114°71°99°
CMYK 0.630.000.71   0.01
XYZ40.426672.377218.1428
Yxy72.37720.30870.5527
Hunter Lab85.0748-64.059746.9083
CIE-Lab88.1498-72.900069.5133

#5cfc49 color RGB value is (92,252,73).

#5cfc49 hex color red value is 92, green value is 252 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #5cfc49 hue: 0.32 , saturation: 0.97 and the lightness value of 5cfc49 is 0.64.

The process color (four color CMYK) of #5cfc49 color hex is 0.63, 0.00, 0.71, 0.01. Web safe color of #5cfc49 is #66ff33. Color #5cfc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11111100 01001001
Octal 134 374 111
Decimal 92 252 73
Hex 5C FC 49

RGB Percentages of Color #5cfc49

%22.06
%60.43
%17.51

CMYK Percentages of Color #5cfc49

%63
%0
%71
%1

Triadic Colors of #5cfc49

#5cfc49 #495cfc #fc495c

Analogous Colors of #5cfc49

#5cfc49 #49fc90 #b6fc49

Monochromatic Colors of #5cfc49

#5cfc49

Complementary Color

#5cfc49 #e949fc

#5cfc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cfc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cfc49 Color CSS Codes

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

#5cfc49 Text Font Color

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

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


#5cfc49 Background Color

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

This div background color is #5cfc49


#5cfc49 Border Color

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

This div border color is #5cfc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cfc49


Comments

No comments written yet.

Please login to write comment.