Color Hex Logo

#4cba0f Color Hex

#4CBA0F
(76,186,15)
0 Favorites   0 Comments

Color spaces of #4cba0f

RGB 7618615
HSL0.270.850.39
HSV99°92°73°
CMYK 0.590.000.92   0.27
XYZ20.625636.68886.4465
Yxy36.68880.32350.5754
Hunter Lab60.5713-45.217336.0898
CIE-Lab67.0429-57.479365.2271

#4cba0f color RGB value is (76,186,15).

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

The process color (four color CMYK) of #4cba0f color hex is 0.59, 0.00, 0.92, 0.27. Web safe color of #4cba0f is #33cc00. Color #4cba0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111010 00001111
Octal 114 272 17
Decimal 76 186 15
Hex 4C BA F

RGB Percentages of Color #4cba0f

%27.44
%67.15
%5.42

CMYK Percentages of Color #4cba0f

%59
%0
%92
%27

Triadic Colors of #4cba0f

#4cba0f #0f4cba #ba0f4c

Analogous Colors of #4cba0f

#4cba0f #0fba28 #a2ba0f

Monochromatic Colors of #4cba0f

#4cba0f

Complementary Color

#4cba0f #7d0fba

#4cba0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cba0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cba0f Color CSS Codes

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

#4cba0f Text Font Color

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

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


#4cba0f Background Color

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

This div background color is #4cba0f


#4cba0f Border Color

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

This div border color is #4cba0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cba0f


Comments

No comments written yet.

Please login to write comment.