Color Hex Logo

#5fca14 Color Hex

#5FCA14
(95,202,20)
0 Favorites   0 Comments

Color spaces of #5fca14

RGB 9520220
HSL0.260.820.44
HSV95°90°79°
CMYK 0.530.000.90   0.21
XYZ25.966144.72457.9260
Yxy44.72450.33030.5689
Hunter Lab66.8764-47.727439.7866
CIE-Lab72.7101-57.937469.4405

#5fca14 color RGB value is (95,202,20).

#5fca14 hex color red value is 95, green value is 202 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #5fca14 hue: 0.26 , saturation: 0.82 and the lightness value of 5fca14 is 0.44.

The process color (four color CMYK) of #5fca14 color hex is 0.53, 0.00, 0.90, 0.21. Web safe color of #5fca14 is #66cc00. Color #5fca14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 00010100
Octal 137 312 24
Decimal 95 202 20
Hex 5F CA 14

RGB Percentages of Color #5fca14

%29.97
%63.72
%6.31

CMYK Percentages of Color #5fca14

%53
%0
%90
%21

Triadic Colors of #5fca14

#5fca14 #145fca #ca145f

Analogous Colors of #5fca14

#5fca14 #14ca24 #baca14

Monochromatic Colors of #5fca14

#5fca14

Complementary Color

#5fca14 #7f14ca

#5fca14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fca14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fca14 Color CSS Codes

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

#5fca14 Text Font Color

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

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


#5fca14 Background Color

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

This div background color is #5fca14


#5fca14 Border Color

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

This div border color is #5fca14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fca14


Comments

No comments written yet.

Please login to write comment.