Color Hex Logo

#5cd460 Color Hex

#5CD460
(92,212,96)
0 Favorites   0 Comments

Color spaces of #5cd460

RGB 9221296
HSL0.340.580.60
HSV122°57°83°
CMYK 0.570.000.55   0.17
XYZ30.068450.206819.1724
Yxy50.20680.30240.5049
Hunter Lab70.8568-48.252033.5571
CIE-Lab76.1960-56.705746.8596

#5cd460 color RGB value is (92,212,96).

#5cd460 hex color red value is 92, green value is 212 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #5cd460 hue: 0.34 , saturation: 0.58 and the lightness value of 5cd460 is 0.60.

The process color (four color CMYK) of #5cd460 color hex is 0.57, 0.00, 0.55, 0.17. Web safe color of #5cd460 is #66cc66. Color #5cd460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11010100 01100000
Octal 134 324 140
Decimal 92 212 96
Hex 5C D4 60

RGB Percentages of Color #5cd460

%23.00
%53.00
%24.00

CMYK Percentages of Color #5cd460

%57
%0
%55
%17

Triadic Colors of #5cd460

#5cd460 #605cd4 #d4605c

Analogous Colors of #5cd460

#5cd460 #5cd49c #94d45c

Monochromatic Colors of #5cd460

#5cd460

Complementary Color

#5cd460 #d45cd0

#5cd460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd460 Color CSS Codes

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

#5cd460 Text Font Color

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

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


#5cd460 Background Color

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

This div background color is #5cd460


#5cd460 Border Color

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

This div border color is #5cd460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd460


Comments

No comments written yet.

Please login to write comment.