Color Hex Logo

#4cb496 Color Hex

#4CB496
(76,180,150)
0 Favorites   0 Comments

Color spaces of #4cb496

RGB 76180150
HSL0.450.410.50
HSV163°58°71°
CMYK 0.580.000.17   0.29
XYZ24.806836.381034.5689
Yxy36.38100.25910.3799
Hunter Lab60.3167-32.14148.2412
CIE-Lab66.8100-37.40796.3369

#4cb496 color RGB value is (76,180,150).

#4cb496 hex color red value is 76, green value is 180 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4cb496 hue: 0.45 , saturation: 0.41 and the lightness value of 4cb496 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110100 10010110
Octal 114 264 226
Decimal 76 180 150
Hex 4C B4 96

RGB Percentages of Color #4cb496

%18.72
%44.33
%36.95

CMYK Percentages of Color #4cb496

%58
%0
%17
%29

Triadic Colors of #4cb496

#4cb496 #964cb4 #b4964c

Analogous Colors of #4cb496

#4cb496 #4c9eb4 #4cb462

Monochromatic Colors of #4cb496

#4cb496

Complementary Color

#4cb496 #b44c6a

#4cb496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb496 Color CSS Codes

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

#4cb496 Text Font Color

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

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


#4cb496 Background Color

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

This div background color is #4cb496


#4cb496 Border Color

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

This div border color is #4cb496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb496


Comments

No comments written yet.

Please login to write comment.