Color Hex Logo

#4ac05b Color Hex

#4AC05B
(74,192,91)
0 Favorites   0 Comments

Color spaces of #4ac05b

RGB 7419291
HSL0.360.480.52
HSV129°61°75°
CMYK 0.610.000.53   0.25
XYZ23.562039.910516.3592
Yxy39.91050.29510.4999
Hunter Lab63.1748-43.981528.8691
CIE-Lab69.4057-54.033040.9274

#4ac05b color RGB value is (74,192,91).

#4ac05b hex color red value is 74, green value is 192 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #4ac05b hue: 0.36 , saturation: 0.48 and the lightness value of 4ac05b is 0.52.

The process color (four color CMYK) of #4ac05b color hex is 0.61, 0.00, 0.53, 0.25. Web safe color of #4ac05b is #33cc66. Color #4ac05b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000000 01011011
Octal 112 300 133
Decimal 74 192 91
Hex 4A C0 5B

RGB Percentages of Color #4ac05b

%20.73
%53.78
%25.49

CMYK Percentages of Color #4ac05b

%61
%0
%53
%25

Triadic Colors of #4ac05b

#4ac05b #5b4ac0 #c05b4a

Analogous Colors of #4ac05b

#4ac05b #4ac096 #74c04a

Monochromatic Colors of #4ac05b

#4ac05b

Complementary Color

#4ac05b #c04aaf

#4ac05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac05b Color CSS Codes

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

#4ac05b Text Font Color

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

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


#4ac05b Background Color

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

This div background color is #4ac05b


#4ac05b Border Color

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

This div border color is #4ac05b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,192,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ac05b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ac05b;
  -webkit-box-shadow: 1px 1px 3px 2px #4ac05b;
  box-shadow:         1px 1px 3px 2px #4ac05b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,192,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac05b


Comments

No comments written yet.

Please login to write comment.