Color Hex Logo

#5cca40 Color Hex

#5CCA40
(92,202,64)
0 Favorites   0 Comments

Color spaces of #5cca40

RGB 9220264
HSL0.300.570.52
HSV108°68°79°
CMYK 0.540.000.68   0.21
XYZ26.459644.886512.1199
Yxy44.88650.31700.5378
Hunter Lab66.9974-46.749636.1725
CIE-Lab72.8171-56.356056.9253

#5cca40 color RGB value is (92,202,64).

#5cca40 hex color red value is 92, green value is 202 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #5cca40 hue: 0.30 , saturation: 0.57 and the lightness value of 5cca40 is 0.52.

The process color (four color CMYK) of #5cca40 color hex is 0.54, 0.00, 0.68, 0.21. Web safe color of #5cca40 is #66cc33. Color #5cca40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 01000000
Octal 134 312 100
Decimal 92 202 64
Hex 5C CA 40

RGB Percentages of Color #5cca40

%25.70
%56.42
%17.88

CMYK Percentages of Color #5cca40

%54
%0
%68
%21

Triadic Colors of #5cca40

#5cca40 #405cca #ca405c

Analogous Colors of #5cca40

#5cca40 #40ca69 #a1ca40

Monochromatic Colors of #5cca40

#5cca40

Complementary Color

#5cca40 #ae40ca

#5cca40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cca40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cca40 Color CSS Codes

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

#5cca40 Text Font Color

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

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


#5cca40 Background Color

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

This div background color is #5cca40


#5cca40 Border Color

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

This div border color is #5cca40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cca40


Comments

No comments written yet.

Please login to write comment.