Color Hex Logo

#4bc29a Color Hex

#4BC29A
(75,194,154)
0 Favorites   0 Comments

Color spaces of #4bc29a

RGB 75194154
HSL0.440.490.53
HSV160°61°76°
CMYK 0.610.000.21   0.24
XYZ28.026242.412537.2812
Yxy42.41250.26020.3937
Hunter Lab65.1249-37.151911.6464
CIE-Lab71.1544-42.869110.3483

#4bc29a color RGB value is (75,194,154).

#4bc29a hex color red value is 75, green value is 194 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4bc29a hue: 0.44 , saturation: 0.49 and the lightness value of 4bc29a is 0.53.

The process color (four color CMYK) of #4bc29a color hex is 0.61, 0.00, 0.21, 0.24. Web safe color of #4bc29a is #33cc99. Color #4bc29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000010 10011010
Octal 113 302 232
Decimal 75 194 154
Hex 4B C2 9A

RGB Percentages of Color #4bc29a

%17.73
%45.86
%36.41

CMYK Percentages of Color #4bc29a

%61
%0
%21
%24

Triadic Colors of #4bc29a

#4bc29a #9a4bc2 #c29a4b

Analogous Colors of #4bc29a

#4bc29a #4bafc2 #4bc25f

Monochromatic Colors of #4bc29a

#4bc29a

Complementary Color

#4bc29a #c24b73

#4bc29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc29a Color CSS Codes

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

#4bc29a Text Font Color

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

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


#4bc29a Background Color

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

This div background color is #4bc29a


#4bc29a Border Color

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

This div border color is #4bc29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc29a


Comments

No comments written yet.

Please login to write comment.