Color Hex Logo

#4fccaa Color Hex

#4FCCAA
(79,204,170)
0 Favorites   0 Comments

Color spaces of #4fccaa

RGB 79204170
HSL0.450.550.55
HSV164°61°80°
CMYK 0.610.000.17   0.20
XYZ32.073047.750345.5565
Yxy47.75030.25580.3808
Hunter Lab69.1016-38.07839.2831
CIE-Lab74.6672-42.70706.7358

#4fccaa color RGB value is (79,204,170).

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

The process color (four color CMYK) of #4fccaa color hex is 0.61, 0.00, 0.17, 0.20. Web safe color of #4fccaa is #66cc99. Color #4fccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 10101010
Octal 117 314 252
Decimal 79 204 170
Hex 4F CC AA

RGB Percentages of Color #4fccaa

%17.44
%45.03
%37.53

CMYK Percentages of Color #4fccaa

%61
%0
%17
%20

Triadic Colors of #4fccaa

#4fccaa #aa4fcc #ccaa4f

Analogous Colors of #4fccaa

#4fccaa #4fb0cc #4fcc6c

Monochromatic Colors of #4fccaa

#4fccaa

Complementary Color

#4fccaa #cc4f71

#4fccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccaa Color CSS Codes

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

#4fccaa Text Font Color

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

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


#4fccaa Background Color

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

This div background color is #4fccaa


#4fccaa Border Color

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

This div border color is #4fccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccaa


Comments

No comments written yet.

Please login to write comment.