Color Hex Logo

#5cb716 Color Hex

#5CB716
(92,183,22)
0 Favorites   0 Comments

Color spaces of #5cb716

RGB 9218322
HSL0.260.790.40
HSV94°88°72°
CMYK 0.500.000.88   0.28
XYZ21.491936.20026.6137
Yxy36.20020.33420.5629
Hunter Lab60.1666-41.530235.5993
CIE-Lab66.6726-51.734263.9205

#5cb716 color RGB value is (92,183,22).

#5cb716 hex color red value is 92, green value is 183 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #5cb716 hue: 0.26 , saturation: 0.79 and the lightness value of 5cb716 is 0.40.

The process color (four color CMYK) of #5cb716 color hex is 0.50, 0.00, 0.88, 0.28. Web safe color of #5cb716 is #66cc00. Color #5cb716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110111 00010110
Octal 134 267 26
Decimal 92 183 22
Hex 5C B7 16

RGB Percentages of Color #5cb716

%30.98
%61.62
%7.41

CMYK Percentages of Color #5cb716

%50
%0
%88
%28

Triadic Colors of #5cb716

#5cb716 #165cb7 #b7165c

Analogous Colors of #5cb716

#5cb716 #16b720 #adb716

Monochromatic Colors of #5cb716

#5cb716

Complementary Color

#5cb716 #7116b7

#5cb716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb716 Color CSS Codes

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

#5cb716 Text Font Color

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

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


#5cb716 Background Color

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

This div background color is #5cb716


#5cb716 Border Color

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

This div border color is #5cb716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb716


Comments

No comments written yet.

Please login to write comment.