Color Hex Logo

#4fdeb1 Color Hex

#4FDEB1
(79,222,177)
0 Favorites   0 Comments

Color spaces of #4fdeb1

RGB 79222177
HSL0.450.680.59
HSV161°64°87°
CMYK 0.640.000.20   0.13
XYZ37.281557.079150.6474
Yxy57.07910.25710.3936
Hunter Lab75.5507-44.130613.1389
CIE-Lab80.2241-48.752810.9402

#4fdeb1 color RGB value is (79,222,177).

#4fdeb1 hex color red value is 79, green value is 222 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #4fdeb1 hue: 0.45 , saturation: 0.68 and the lightness value of 4fdeb1 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011110 10110001
Octal 117 336 261
Decimal 79 222 177
Hex 4F DE B1

RGB Percentages of Color #4fdeb1

%16.53
%46.44
%37.03

CMYK Percentages of Color #4fdeb1

%64
%0
%20
%13

Triadic Colors of #4fdeb1

#4fdeb1 #b14fde #deb14f

Analogous Colors of #4fdeb1

#4fdeb1 #4fc4de #4fde6a

Monochromatic Colors of #4fdeb1

#4fdeb1

Complementary Color

#4fdeb1 #de4f7c

#4fdeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdeb1 Color CSS Codes

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

#4fdeb1 Text Font Color

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

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


#4fdeb1 Background Color

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

This div background color is #4fdeb1


#4fdeb1 Border Color

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

This div border color is #4fdeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdeb1


Comments

No comments written yet.

Please login to write comment.