Color Hex Logo

#4bac32 Color Hex

#4BAC32
(75,172,50)
0 Favorites   0 Comments

Color spaces of #4bac32

RGB 7517250
HSL0.300.550.44
HSV108°71°67°
CMYK 0.560.000.71   0.33
XYZ18.229931.23128.0850
Yxy31.23120.31680.5427
Hunter Lab55.8849-39.571030.5418
CIE-Lab62.7023-50.885051.6310

#4bac32 color RGB value is (75,172,50).

#4bac32 hex color red value is 75, green value is 172 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #4bac32 hue: 0.30 , saturation: 0.55 and the lightness value of 4bac32 is 0.44.

The process color (four color CMYK) of #4bac32 color hex is 0.56, 0.00, 0.71, 0.33. Web safe color of #4bac32 is #339933. Color #4bac32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101100 00110010
Octal 113 254 62
Decimal 75 172 50
Hex 4B AC 32

RGB Percentages of Color #4bac32

%25.25
%57.91
%16.84

CMYK Percentages of Color #4bac32

%56
%0
%71
%33

Triadic Colors of #4bac32

#4bac32 #324bac #ac324b

Analogous Colors of #4bac32

#4bac32 #32ac56 #88ac32

Monochromatic Colors of #4bac32

#4bac32

Complementary Color

#4bac32 #9332ac

#4bac32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bac32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bac32 Color CSS Codes

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

#4bac32 Text Font Color

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

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


#4bac32 Background Color

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

This div background color is #4bac32


#4bac32 Border Color

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

This div border color is #4bac32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bac32


Comments

No comments written yet.

Please login to write comment.