Color Hex Logo

#4fcfaa Color Hex

#4FCFAA
(79,207,170)
0 Favorites   0 Comments

Color spaces of #4fcfaa

RGB 79207170
HSL0.450.570.56
HSV163°62°81°
CMYK 0.620.000.18   0.19
XYZ32.793049.190245.7965
Yxy49.19020.25660.3850
Hunter Lab70.1357-39.277210.3804
CIE-Lab75.5695-44.01088.0294

#4fcfaa color RGB value is (79,207,170).

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

The process color (four color CMYK) of #4fcfaa color hex is 0.62, 0.00, 0.18, 0.19. Web safe color of #4fcfaa is #66cc99. Color #4fcfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 10101010
Octal 117 317 252
Decimal 79 207 170
Hex 4F CF AA

RGB Percentages of Color #4fcfaa

%17.32
%45.39
%37.28

CMYK Percentages of Color #4fcfaa

%62
%0
%18
%19

Triadic Colors of #4fcfaa

#4fcfaa #aa4fcf #cfaa4f

Analogous Colors of #4fcfaa

#4fcfaa #4fb4cf #4fcf6a

Monochromatic Colors of #4fcfaa

#4fcfaa

Complementary Color

#4fcfaa #cf4f74

#4fcfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfaa Color CSS Codes

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

#4fcfaa Text Font Color

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

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


#4fcfaa Background Color

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

This div background color is #4fcfaa


#4fcfaa Border Color

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

This div border color is #4fcfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfaa


Comments

No comments written yet.

Please login to write comment.