Color Hex Logo

#5cd32f Color Hex

#5CD32F
(92,211,47)
0 Favorites   0 Comments

Color spaces of #5cd32f

RGB 9221147
HSL0.290.650.51
HSV104°78°83°
CMYK 0.560.000.78   0.17
XYZ28.221049.069110.6732
Yxy49.06910.32080.5578
Hunter Lab70.0493-50.673540.0007
CIE-Lab75.4943-60.806365.5324

#5cd32f color RGB value is (92,211,47).

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

The process color (four color CMYK) of #5cd32f color hex is 0.56, 0.00, 0.78, 0.17. Web safe color of #5cd32f is #66cc33. Color #5cd32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11010011 00101111
Octal 134 323 57
Decimal 92 211 47
Hex 5C D3 2F

RGB Percentages of Color #5cd32f

%26.29
%60.29
%13.43

CMYK Percentages of Color #5cd32f

%56
%0
%78
%17

Triadic Colors of #5cd32f

#5cd32f #2f5cd3 #d32f5c

Analogous Colors of #5cd32f

#5cd32f #2fd354 #aed32f

Monochromatic Colors of #5cd32f

#5cd32f

Complementary Color

#5cd32f #a62fd3

#5cd32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd32f Color CSS Codes

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

#5cd32f Text Font Color

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

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


#5cd32f Background Color

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

This div background color is #5cd32f


#5cd32f Border Color

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

This div border color is #5cd32f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,211,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 #5cd32f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd32f


Comments

No comments written yet.

Please login to write comment.