Color Hex Logo

#5cbc3a Color Hex

#5CBC3A
(92,188,58)
0 Favorites   0 Comments

Color spaces of #5cbc3a

RGB 9218858
HSL0.290.530.48
HSV104°69°74°
CMYK 0.510.000.69   0.26
XYZ23.160638.547210.2227
Yxy38.54720.32200.5359
Hunter Lab62.0864-42.063933.6982
CIE-Lab68.4220-51.586654.6549

#5cbc3a color RGB value is (92,188,58).

#5cbc3a hex color red value is 92, green value is 188 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5cbc3a hue: 0.29 , saturation: 0.53 and the lightness value of 5cbc3a is 0.48.

The process color (four color CMYK) of #5cbc3a color hex is 0.51, 0.00, 0.69, 0.26. Web safe color of #5cbc3a is #66cc33. Color #5cbc3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111100 00111010
Octal 134 274 72
Decimal 92 188 58
Hex 5C BC 3A

RGB Percentages of Color #5cbc3a

%27.22
%55.62
%17.16

CMYK Percentages of Color #5cbc3a

%51
%0
%69
%26

Triadic Colors of #5cbc3a

#5cbc3a #3a5cbc #bc3a5c

Analogous Colors of #5cbc3a

#5cbc3a #3abc59 #9dbc3a

Monochromatic Colors of #5cbc3a

#5cbc3a

Complementary Color

#5cbc3a #9a3abc

#5cbc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbc3a Color CSS Codes

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

#5cbc3a Text Font Color

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

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


#5cbc3a Background Color

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

This div background color is #5cbc3a


#5cbc3a Border Color

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

This div border color is #5cbc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbc3a


Comments

No comments written yet.

Please login to write comment.