Color Hex Logo

#4cd49b Color Hex

#4CD49B
(76,212,155)
0 Favorites   0 Comments

Color spaces of #4cd49b

RGB 76212155
HSL0.430.610.56
HSV155°64°83°
CMYK 0.640.000.27   0.17
XYZ32.440450.990039.1426
Yxy50.99000.26470.4160
Hunter Lab71.4073-43.870017.4847
CIE-Lab76.6730-50.028517.5721

#4cd49b color RGB value is (76,212,155).

#4cd49b hex color red value is 76, green value is 212 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #4cd49b hue: 0.43 , saturation: 0.61 and the lightness value of 4cd49b is 0.56.

The process color (four color CMYK) of #4cd49b color hex is 0.64, 0.00, 0.27, 0.17. Web safe color of #4cd49b is #33cc99. Color #4cd49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11010100 10011011
Octal 114 324 233
Decimal 76 212 155
Hex 4C D4 9B

RGB Percentages of Color #4cd49b

%17.16
%47.86
%34.99

CMYK Percentages of Color #4cd49b

%64
%0
%27
%17

Triadic Colors of #4cd49b

#4cd49b #9b4cd4 #d49b4c

Analogous Colors of #4cd49b

#4cd49b #4cc9d4 #4cd457

Monochromatic Colors of #4cd49b

#4cd49b

Complementary Color

#4cd49b #d44c85

#4cd49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cd49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cd49b Color CSS Codes

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

#4cd49b Text Font Color

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

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


#4cd49b Background Color

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

This div background color is #4cd49b


#4cd49b Border Color

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

This div border color is #4cd49b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,212,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cd49b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cd49b;
  -webkit-box-shadow: 1px 1px 3px 2px #4cd49b;
  box-shadow:         1px 1px 3px 2px #4cd49b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,212,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cd49b


Comments

No comments written yet.

Please login to write comment.