Color Hex Logo

#5cad56 Color Hex

#5CAD56
(92,173,86)
0 Favorites   0 Comments

Color spaces of #5cad56

RGB 9217386
HSL0.320.350.51
HSV116°50°68°
CMYK 0.470.000.50   0.32
XYZ21.036932.834314.0330
Yxy32.83430.30980.4835
Hunter Lab57.3012-34.744725.5908
CIE-Lab64.0265-42.493636.9522

#5cad56 color RGB value is (92,173,86).

#5cad56 hex color red value is 92, green value is 173 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #5cad56 hue: 0.32 , saturation: 0.35 and the lightness value of 5cad56 is 0.51.

The process color (four color CMYK) of #5cad56 color hex is 0.47, 0.00, 0.50, 0.32. Web safe color of #5cad56 is #669966. Color #5cad56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101101 01010110
Octal 134 255 126
Decimal 92 173 86
Hex 5C AD 56

RGB Percentages of Color #5cad56

%26.21
%49.29
%24.50

CMYK Percentages of Color #5cad56

%47
%0
%50
%32

Triadic Colors of #5cad56

#5cad56 #565cad #ad565c

Analogous Colors of #5cad56

#5cad56 #56ad7c #88ad56

Monochromatic Colors of #5cad56

#5cad56

Complementary Color

#5cad56 #a756ad

#5cad56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cad56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cad56 Color CSS Codes

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

#5cad56 Text Font Color

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

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


#5cad56 Background Color

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

This div background color is #5cad56


#5cad56 Border Color

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

This div border color is #5cad56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cad56


Comments

No comments written yet.

Please login to write comment.