Color Hex Logo

#5cef2f Color Hex

#5CEF2F
(92,239,47)
0 Favorites   0 Comments

Color spaces of #5cef2f

RGB 9223947
HSL0.290.860.56
HSV106°80°94°
CMYK 0.620.000.80   0.06
XYZ35.793264.213613.1973
Yxy64.21360.31620.5672
Hunter Lab80.1334-60.502846.3288
CIE-Lab84.0769-70.296373.5684

#5cef2f color RGB value is (92,239,47).

#5cef2f hex color red value is 92, green value is 239 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #5cef2f hue: 0.29 , saturation: 0.86 and the lightness value of 5cef2f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101111 00101111
Octal 134 357 57
Decimal 92 239 47
Hex 5C EF 2F

RGB Percentages of Color #5cef2f

%24.34
%63.23
%12.43

CMYK Percentages of Color #5cef2f

%62
%0
%80
%6

Triadic Colors of #5cef2f

#5cef2f #2f5cef #ef2f5c

Analogous Colors of #5cef2f

#5cef2f #2fef62 #bcef2f

Monochromatic Colors of #5cef2f

#5cef2f

Complementary Color

#5cef2f #c22fef

#5cef2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cef2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cef2f Color CSS Codes

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

#5cef2f Text Font Color

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

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


#5cef2f Background Color

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

This div background color is #5cef2f


#5cef2f Border Color

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

This div border color is #5cef2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cef2f


Comments

No comments written yet.

Please login to write comment.