Color Hex Logo

#4cceac Color Hex

#4CCEAC
(76,206,172)
0 Favorites   0 Comments

Color spaces of #4cceac

RGB 76206172
HSL0.460.570.55
HSV164°63°81°
CMYK 0.630.000.17   0.19
XYZ32.498248.657746.7088
Yxy48.65770.25420.3805
Hunter Lab69.7551-38.91009.1273
CIE-Lab75.2379-43.63546.4691

#4cceac color RGB value is (76,206,172).

#4cceac hex color red value is 76, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4cceac hue: 0.46 , saturation: 0.57 and the lightness value of 4cceac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 10101100
Octal 114 316 254
Decimal 76 206 172
Hex 4C CE AC

RGB Percentages of Color #4cceac

%16.74
%45.37
%37.89

CMYK Percentages of Color #4cceac

%63
%0
%17
%19

Triadic Colors of #4cceac

#4cceac #ac4cce #ceac4c

Analogous Colors of #4cceac

#4cceac #4cafce #4cce6b

Monochromatic Colors of #4cceac

#4cceac

Complementary Color

#4cceac #ce4c6e

#4cceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cceac Color CSS Codes

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

#4cceac Text Font Color

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

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


#4cceac Background Color

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

This div background color is #4cceac


#4cceac Border Color

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

This div border color is #4cceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cceac


Comments

No comments written yet.

Please login to write comment.