Color Hex Logo

#4cab0e Color Hex

#4CAB0E
(76,171,14)
0 Favorites   0 Comments

Color spaces of #4cab0e

RGB 7617114
HSL0.270.850.36
HSV96°92°67°
CMYK 0.560.000.92   0.33
XYZ17.622730.69405.4112
Yxy30.69400.32800.5713
Hunter Lab55.4022-40.175332.9906
CIE-Lab62.2485-52.166461.3795

#4cab0e color RGB value is (76,171,14).

#4cab0e hex color red value is 76, green value is 171 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #4cab0e hue: 0.27 , saturation: 0.85 and the lightness value of 4cab0e is 0.36.

The process color (four color CMYK) of #4cab0e color hex is 0.56, 0.00, 0.92, 0.33. Web safe color of #4cab0e is #339900. Color #4cab0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 00001110
Octal 114 253 16
Decimal 76 171 14
Hex 4C AB E

RGB Percentages of Color #4cab0e

%29.12
%65.52
%5.36

CMYK Percentages of Color #4cab0e

%56
%0
%92
%33

Triadic Colors of #4cab0e

#4cab0e #0e4cab #ab0e4c

Analogous Colors of #4cab0e

#4cab0e #0eab1f #9bab0e

Monochromatic Colors of #4cab0e

#4cab0e

Complementary Color

#4cab0e #6d0eab

#4cab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cab0e Color CSS Codes

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

#4cab0e Text Font Color

<p style="color:#4cab0e">Text here</p>

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


#4cab0e Background Color

<div style="background-color:#4cab0e">
Div content here</div>

This div background color is #4cab0e


#4cab0e Border Color

<div style="border:3px solid #4cab0e">
Div here</div>

This div border color is #4cab0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,171,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cab0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cab0e;
  -webkit-box-shadow: 1px 1px 3px 2px #4cab0e;
  box-shadow:         1px 1px 3px 2px #4cab0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,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 #4cab0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cab0e


Comments

No comments written yet.

Please login to write comment.