Color Hex Logo

#4cdeac Color Hex

#4CDEAC
(76,222,172)
0 Favorites   0 Comments

Color spaces of #4cdeac

RGB 76222172
HSL0.440.690.58
HSV159°66°87°
CMYK 0.660.000.23   0.13
XYZ36.548256.757648.0588
Yxy56.75760.25850.4015
Hunter Lab75.3376-45.246014.9145
CIE-Lab80.0431-50.388213.3145

#4cdeac color RGB value is (76,222,172).

#4cdeac hex color red value is 76, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4cdeac hue: 0.44 , saturation: 0.69 and the lightness value of 4cdeac is 0.58.

The process color (four color CMYK) of #4cdeac color hex is 0.66, 0.00, 0.23, 0.13. Web safe color of #4cdeac is #33cc99. Color #4cdeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 10101100
Octal 114 336 254
Decimal 76 222 172
Hex 4C DE AC

RGB Percentages of Color #4cdeac

%16.17
%47.23
%36.60

CMYK Percentages of Color #4cdeac

%66
%0
%23
%13

Triadic Colors of #4cdeac

#4cdeac #ac4cde #deac4c

Analogous Colors of #4cdeac

#4cdeac #4cc7de #4cde63

Monochromatic Colors of #4cdeac

#4cdeac

Complementary Color

#4cdeac #de4c7e

#4cdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdeac Color CSS Codes

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

#4cdeac Text Font Color

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

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


#4cdeac Background Color

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

This div background color is #4cdeac


#4cdeac Border Color

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

This div border color is #4cdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdeac


Comments

No comments written yet.

Please login to write comment.