Color Hex Logo

#4bba1f Color Hex

#4BBA1F
(75,186,31)
0 Favorites   0 Comments

Color spaces of #4bba1f

RGB 7518631
HSL0.290.710.43
HSV103°83°73°
CMYK 0.600.000.83   0.27
XYZ20.707936.71267.2911
Yxy36.71260.32000.5673
Hunter Lab60.5909-45.028935.2791
CIE-Lab67.0608-57.157661.9925

#4bba1f color RGB value is (75,186,31).

#4bba1f hex color red value is 75, green value is 186 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4bba1f hue: 0.29 , saturation: 0.71 and the lightness value of 4bba1f is 0.43.

The process color (four color CMYK) of #4bba1f color hex is 0.60, 0.00, 0.83, 0.27. Web safe color of #4bba1f is #33cc33. Color #4bba1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 00011111
Octal 113 272 37
Decimal 75 186 31
Hex 4B BA 1F

RGB Percentages of Color #4bba1f

%25.68
%63.70
%10.62

CMYK Percentages of Color #4bba1f

%60
%0
%83
%27

Triadic Colors of #4bba1f

#4bba1f #1f4bba #ba1f4b

Analogous Colors of #4bba1f

#4bba1f #1fba41 #99ba1f

Monochromatic Colors of #4bba1f

#4bba1f

Complementary Color

#4bba1f #8e1fba

#4bba1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bba1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bba1f Color CSS Codes

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

#4bba1f Text Font Color

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

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


#4bba1f Background Color

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

This div background color is #4bba1f


#4bba1f Border Color

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

This div border color is #4bba1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bba1f


Comments

No comments written yet.

Please login to write comment.