Color Hex Logo

#4cea96 Color Hex

#4CEA96
(76,234,150)
0 Favorites   0 Comments

Color spaces of #4cea96

RGB 76234150
HSL0.410.790.61
HSV148°68°92°
CMYK 0.680.000.36   0.08
XYZ37.908362.584138.9361
Yxy62.58410.27190.4489
Hunter Lab79.1101-52.908426.1960
CIE-Lab83.2231-59.639829.1160

#4cea96 color RGB value is (76,234,150).

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

The process color (four color CMYK) of #4cea96 color hex is 0.68, 0.00, 0.36, 0.08. Web safe color of #4cea96 is #33ff99. Color #4cea96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101010 10010110
Octal 114 352 226
Decimal 76 234 150
Hex 4C EA 96

RGB Percentages of Color #4cea96

%16.52
%50.87
%32.61

CMYK Percentages of Color #4cea96

%68
%0
%36
%8

Triadic Colors of #4cea96

#4cea96 #964cea #ea964c

Analogous Colors of #4cea96

#4cea96 #4ceae5 #51ea4c

Monochromatic Colors of #4cea96

#4cea96

Complementary Color

#4cea96 #ea4ca0

#4cea96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cea96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cea96 Color CSS Codes

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

#4cea96 Text Font Color

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

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


#4cea96 Background Color

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

This div background color is #4cea96


#4cea96 Border Color

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

This div border color is #4cea96


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,234,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 #4cea96">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cea96


Comments

No comments written yet.

Please login to write comment.