Color Hex Logo

#4cefaa Color Hex

#4CEFAA
(76,239,170)
0 Favorites   0 Comments

Color spaces of #4cefaa

RGB 76239170
HSL0.430.840.62
HSV155°68°94°
CMYK 0.680.000.29   0.06
XYZ41.102766.171848.6363
Yxy66.17180.26360.4244
Hunter Lab81.3461-52.162721.4931
CIE-Lab85.0840-57.600421.3982

#4cefaa color RGB value is (76,239,170).

#4cefaa hex color red value is 76, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4cefaa hue: 0.43 , saturation: 0.84 and the lightness value of 4cefaa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101111 10101010
Octal 114 357 252
Decimal 76 239 170
Hex 4C EF AA

RGB Percentages of Color #4cefaa

%15.67
%49.28
%35.05

CMYK Percentages of Color #4cefaa

%68
%0
%29
%6

Triadic Colors of #4cefaa

#4cefaa #aa4cef #efaa4c

Analogous Colors of #4cefaa

#4cefaa #4ce3ef #4cef59

Monochromatic Colors of #4cefaa

#4cefaa

Complementary Color

#4cefaa #ef4c91

#4cefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cefaa Color CSS Codes

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

#4cefaa Text Font Color

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

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


#4cefaa Background Color

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

This div background color is #4cefaa


#4cefaa Border Color

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

This div border color is #4cefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cefaa


Comments

No comments written yet.

Please login to write comment.