Color Hex Logo

#4bc29f Color Hex

#4BC29F
(75,194,159)
0 Favorites   0 Comments

Color spaces of #4bc29f

RGB 75194159
HSL0.450.490.53
HSV162°61°76°
CMYK 0.610.000.18   0.24
XYZ28.451442.582639.5206
Yxy42.58260.25740.3852
Hunter Lab65.2553-36.37079.7709
CIE-Lab71.2708-41.69617.8017

#4bc29f color RGB value is (75,194,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000010 10011111
Octal 113 302 237
Decimal 75 194 159
Hex 4B C2 9F

RGB Percentages of Color #4bc29f

%17.52
%45.33
%37.15

CMYK Percentages of Color #4bc29f

%61
%0
%18
%24

Triadic Colors of #4bc29f

#4bc29f #9f4bc2 #c29f4b

Analogous Colors of #4bc29f

#4bc29f #4baac2 #4bc264

Monochromatic Colors of #4bc29f

#4bc29f

Complementary Color

#4bc29f #c24b6e

#4bc29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc29f Color CSS Codes

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

#4bc29f Text Font Color

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

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


#4bc29f Background Color

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

This div background color is #4bc29f


#4bc29f Border Color

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

This div border color is #4bc29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc29f


Comments

No comments written yet.

Please login to write comment.