Color Hex Logo

#4fcfaf Color Hex

#4FCFAF
(79,207,175)
0 Favorites   0 Comments

Color spaces of #4fcfaf

RGB 79207175
HSL0.460.570.56
HSV165°62°81°
CMYK 0.620.000.15   0.19
XYZ33.275149.383148.3355
Yxy49.38310.25400.3770
Hunter Lab70.2731-38.45628.4101
CIE-Lab75.6890-42.81595.5159

#4fcfaf color RGB value is (79,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 10101111
Octal 117 317 257
Decimal 79 207 175
Hex 4F CF AF

RGB Percentages of Color #4fcfaf

%17.14
%44.90
%37.96

CMYK Percentages of Color #4fcfaf

%62
%0
%15
%19

Triadic Colors of #4fcfaf

#4fcfaf #af4fcf #cfaf4f

Analogous Colors of #4fcfaf

#4fcfaf #4fafcf #4fcf6f

Monochromatic Colors of #4fcfaf

#4fcfaf

Complementary Color

#4fcfaf #cf4f6f

#4fcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfaf Color CSS Codes

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

#4fcfaf Text Font Color

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

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


#4fcfaf Background Color

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

This div background color is #4fcfaf


#4fcfaf Border Color

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

This div border color is #4fcfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,207,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfaf


Comments

No comments written yet.

Please login to write comment.