Color Hex Logo

#5cd407 Color Hex

#5CD407
(92,212,7)
0 Favorites   0 Comments

Color spaces of #5cd407

RGB 922127
HSL0.260.940.43
HSV95°97°83°
CMYK 0.570.000.97   0.17
XYZ27.995549.37768.2563
Yxy49.37760.32690.5766
Hunter Lab70.2692-51.856142.2221
CIE-Lab75.6856-62.521973.4264

#5cd407 color RGB value is (92,212,7).

#5cd407 hex color red value is 92, green value is 212 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #5cd407 hue: 0.26 , saturation: 0.94 and the lightness value of 5cd407 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11010100 00000111
Octal 134 324 7
Decimal 92 212 7
Hex 5C D4 7

RGB Percentages of Color #5cd407

%29.58
%68.17
%2.25

CMYK Percentages of Color #5cd407

%57
%0
%97
%17

Triadic Colors of #5cd407

#5cd407 #075cd4 #d4075c

Analogous Colors of #5cd407

#5cd407 #07d419 #c3d407

Monochromatic Colors of #5cd407

#5cd407

Complementary Color

#5cd407 #7f07d4

#5cd407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd407 Color CSS Codes

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

#5cd407 Text Font Color

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

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


#5cd407 Background Color

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

This div background color is #5cd407


#5cd407 Border Color

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

This div border color is #5cd407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd407


Comments

No comments written yet.

Please login to write comment.