Color Hex Logo

#4fedcf Color Hex

#4FEDCF
(79,237,207)
0 Favorites   0 Comments

Color spaces of #4fedcf

RGB 79237207
HSL0.470.810.62
HSV169°67°93°
CMYK 0.670.000.13   0.07
XYZ44.771166.735669.5531
Yxy66.73560.24730.3686
Hunter Lab81.6919-45.13416.7043
CIE-Lab85.3702-47.90472.5304

#4fedcf color RGB value is (79,237,207).

#4fedcf hex color red value is 79, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4fedcf hue: 0.47 , saturation: 0.81 and the lightness value of 4fedcf is 0.62.

The process color (four color CMYK) of #4fedcf color hex is 0.67, 0.00, 0.13, 0.07. Web safe color of #4fedcf is #66ffcc. Color #4fedcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101101 11001111
Octal 117 355 317
Decimal 79 237 207
Hex 4F ED CF

RGB Percentages of Color #4fedcf

%15.11
%45.32
%39.58

CMYK Percentages of Color #4fedcf

%67
%0
%13
%7

Triadic Colors of #4fedcf

#4fedcf #cf4fed #edcf4f

Analogous Colors of #4fedcf

#4fedcf #4fbced #4fed80

Monochromatic Colors of #4fedcf

#4fedcf

Complementary Color

#4fedcf #ed4f6d

#4fedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fedcf Color CSS Codes

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

#4fedcf Text Font Color

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

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


#4fedcf Background Color

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

This div background color is #4fedcf


#4fedcf Border Color

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

This div border color is #4fedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fedcf


Comments

No comments written yet.

Please login to write comment.