Color Hex Logo

#5cac38 Color Hex

#5CAC38
(92,172,56)
0 Favorites   0 Comments

Color spaces of #5cac38

RGB 9217256
HSL0.280.510.45
HSV101°67°67°
CMYK 0.470.000.67   0.33
XYZ19.880032.06598.8829
Yxy32.06590.32680.5271
Hunter Lab56.6268-36.430730.3381
CIE-Lab63.3973-45.430650.1502

#5cac38 color RGB value is (92,172,56).

#5cac38 hex color red value is 92, green value is 172 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #5cac38 hue: 0.28 , saturation: 0.51 and the lightness value of 5cac38 is 0.45.

The process color (four color CMYK) of #5cac38 color hex is 0.47, 0.00, 0.67, 0.33. Web safe color of #5cac38 is #669933. Color #5cac38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 00111000
Octal 134 254 70
Decimal 92 172 56
Hex 5C AC 38

RGB Percentages of Color #5cac38

%28.75
%53.75
%17.50

CMYK Percentages of Color #5cac38

%47
%0
%67
%33

Triadic Colors of #5cac38

#5cac38 #385cac #ac385c

Analogous Colors of #5cac38

#5cac38 #38ac4e #96ac38

Monochromatic Colors of #5cac38

#5cac38

Complementary Color

#5cac38 #8838ac

#5cac38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cac38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cac38 Color CSS Codes

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

#5cac38 Text Font Color

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

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


#5cac38 Background Color

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

This div background color is #5cac38


#5cac38 Border Color

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

This div border color is #5cac38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cac38


Comments

No comments written yet.

Please login to write comment.