Color Hex Logo

#5ca00e Color Hex

#5CA00E
(92,160,14)
0 Favorites   0 Comments

Color spaces of #5ca00e

RGB 9216014
HSL0.240.840.34
HSV88°91°63°
CMYK 0.430.000.91   0.37
XYZ17.063727.44864.8142
Yxy27.44860.34590.5565
Hunter Lab52.3914-33.548131.2259
CIE-Lab59.3873-42.880859.2566

#5ca00e color RGB value is (92,160,14).

#5ca00e hex color red value is 92, green value is 160 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5ca00e hue: 0.24 , saturation: 0.84 and the lightness value of 5ca00e is 0.34.

The process color (four color CMYK) of #5ca00e color hex is 0.43, 0.00, 0.91, 0.37. Web safe color of #5ca00e is #669900. Color #5ca00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100000 00001110
Octal 134 240 16
Decimal 92 160 14
Hex 5C A0 E

RGB Percentages of Color #5ca00e

%34.59
%60.15
%5.26

CMYK Percentages of Color #5ca00e

%43
%0
%91
%37

Triadic Colors of #5ca00e

#5ca00e #0e5ca0 #a00e5c

Analogous Colors of #5ca00e

#5ca00e #13a00e #a09b0e

Monochromatic Colors of #5ca00e

#5ca00e

Complementary Color

#5ca00e #520ea0

#5ca00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca00e Color CSS Codes

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

#5ca00e Text Font Color

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

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


#5ca00e Background Color

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

This div background color is #5ca00e


#5ca00e Border Color

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

This div border color is #5ca00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca00e


Comments

No comments written yet.

Please login to write comment.