Color Hex Logo

#4cceaa Color Hex

#4CCEAA
(76,206,170)
0 Favorites   0 Comments

Color spaces of #4cceaa

RGB 76206170
HSL0.450.570.55
HSV163°63°81°
CMYK 0.630.000.17   0.19
XYZ32.307548.581445.7046
Yxy48.58140.25520.3838
Hunter Lab69.7004-39.23739.9120
CIE-Lab75.1902-44.11507.4756

#4cceaa color RGB value is (76,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 10101010
Octal 114 316 252
Decimal 76 206 170
Hex 4C CE AA

RGB Percentages of Color #4cceaa

%16.81
%45.58
%37.61

CMYK Percentages of Color #4cceaa

%63
%0
%17
%19

Triadic Colors of #4cceaa

#4cceaa #aa4cce #ceaa4c

Analogous Colors of #4cceaa

#4cceaa #4cb1ce #4cce69

Monochromatic Colors of #4cceaa

#4cceaa

Complementary Color

#4cceaa #ce4c70

#4cceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cceaa Color CSS Codes

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

#4cceaa Text Font Color

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

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


#4cceaa Background Color

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

This div background color is #4cceaa


#4cceaa Border Color

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

This div border color is #4cceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cceaa


Comments

No comments written yet.

Please login to write comment.