Color Hex Logo

#5cf006 Color Hex

#5CF006
(92,240,6)
0 Favorites   0 Comments

Color spaces of #5cf006

RGB 922406
HSL0.270.950.48
HSV98°98°94°
CMYK 0.620.000.98   0.06
XYZ35.606664.608610.7664
Yxy64.60860.32080.5822
Hunter Lab80.3795-61.591948.3241
CIE-Lab84.2816-71.807680.4153

#5cf006 color RGB value is (92,240,6).

#5cf006 hex color red value is 92, green value is 240 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #5cf006 hue: 0.27 , saturation: 0.95 and the lightness value of 5cf006 is 0.48.

The process color (four color CMYK) of #5cf006 color hex is 0.62, 0.00, 0.98, 0.06. Web safe color of #5cf006 is #66ff00. Color #5cf006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11110000 00000110
Octal 134 360 6
Decimal 92 240 6
Hex 5C F0 6

RGB Percentages of Color #5cf006

%27.22
%71.01
%1.78

CMYK Percentages of Color #5cf006

%62
%0
%98
%6

Triadic Colors of #5cf006

#5cf006 #065cf0 #f0065c

Analogous Colors of #5cf006

#5cf006 #06f025 #d1f006

Monochromatic Colors of #5cf006

#5cf006

Complementary Color

#5cf006 #9a06f0

#5cf006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cf006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cf006 Color CSS Codes

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

#5cf006 Text Font Color

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

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


#5cf006 Background Color

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

This div background color is #5cf006


#5cf006 Border Color

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

This div border color is #5cf006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cf006


Comments

No comments written yet.

Please login to write comment.