Color Hex Logo

#4fe1cf Color Hex

#4FE1CF
(79,225,207)
0 Favorites   0 Comments

Color spaces of #4fe1cf

RGB 79225207
HSL0.480.710.60
HSV173°65°88°
CMYK 0.650.000.08   0.12
XYZ41.412160.017768.4334
Yxy60.01770.24380.3533
Hunter Lab77.4711-40.15741.8565
CIE-Lab81.8478-42.7051-2.6134

#4fe1cf color RGB value is (79,225,207).

#4fe1cf hex color red value is 79, green value is 225 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4fe1cf hue: 0.48 , saturation: 0.71 and the lightness value of 4fe1cf is 0.60.

The process color (four color CMYK) of #4fe1cf color hex is 0.65, 0.00, 0.08, 0.12. Web safe color of #4fe1cf is #66cccc. Color #4fe1cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11100001 11001111
Octal 117 341 317
Decimal 79 225 207
Hex 4F E1 CF

RGB Percentages of Color #4fe1cf

%15.46
%44.03
%40.51

CMYK Percentages of Color #4fe1cf

%65
%0
%8
%12

Triadic Colors of #4fe1cf

#4fe1cf #cf4fe1 #e1cf4f

Analogous Colors of #4fe1cf

#4fe1cf #4faae1 #4fe186

Monochromatic Colors of #4fe1cf

#4fe1cf

Complementary Color

#4fe1cf #e14f61

#4fe1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fe1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fe1cf Color CSS Codes

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

#4fe1cf Text Font Color

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

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


#4fe1cf Background Color

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

This div background color is #4fe1cf


#4fe1cf Border Color

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

This div border color is #4fe1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fe1cf


Comments

No comments written yet.

Please login to write comment.