Color Hex Logo

#4cab0c Color Hex

#4CAB0C
(76,171,12)
0 Favorites   0 Comments

Color spaces of #4cab0c

RGB 7617112
HSL0.270.870.36
HSV96°93°67°
CMYK 0.560.000.93   0.33
XYZ17.609830.68895.3432
Yxy30.68890.32830.5721
Hunter Lab55.3976-40.204133.0597
CIE-Lab62.2441-52.217361.6813

#4cab0c color RGB value is (76,171,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 00001100
Octal 114 253 14
Decimal 76 171 12
Hex 4C AB C

RGB Percentages of Color #4cab0c

%29.34
%66.02
%4.63

CMYK Percentages of Color #4cab0c

%56
%0
%93
%33

Triadic Colors of #4cab0c

#4cab0c #0c4cab #ab0c4c

Analogous Colors of #4cab0c

#4cab0c #0cab1b #9cab0c

Monochromatic Colors of #4cab0c

#4cab0c

Complementary Color

#4cab0c #6b0cab

#4cab0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cab0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cab0c Color CSS Codes

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

#4cab0c Text Font Color

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

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


#4cab0c Background Color

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

This div background color is #4cab0c


#4cab0c Border Color

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

This div border color is #4cab0c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cab0c


Comments

No comments written yet.

Please login to write comment.