Color Hex Logo

#4fe4bd Color Hex

#4FE4BD
(79,228,189)
0 Favorites   0 Comments

Color spaces of #4fe4bd

RGB 79228189
HSL0.460.730.60
HSV164°65°89°
CMYK 0.650.000.17   0.11
XYZ40.153260.823257.7679
Yxy60.82320.25290.3832
Hunter Lab77.9892-44.579410.6754
CIE-Lab82.2836-48.46417.5451

#4fe4bd color RGB value is (79,228,189).

#4fe4bd hex color red value is 79, green value is 228 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4fe4bd hue: 0.46 , saturation: 0.73 and the lightness value of 4fe4bd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11100100 10111101
Octal 117 344 275
Decimal 79 228 189
Hex 4F E4 BD

RGB Percentages of Color #4fe4bd

%15.93
%45.97
%38.10

CMYK Percentages of Color #4fe4bd

%65
%0
%17
%11

Triadic Colors of #4fe4bd

#4fe4bd #bd4fe4 #e4bd4f

Analogous Colors of #4fe4bd

#4fe4bd #4fc1e4 #4fe473

Monochromatic Colors of #4fe4bd

#4fe4bd

Complementary Color

#4fe4bd #e44f76

#4fe4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fe4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fe4bd Color CSS Codes

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

#4fe4bd Text Font Color

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

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


#4fe4bd Background Color

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

This div background color is #4fe4bd


#4fe4bd Border Color

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

This div border color is #4fe4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fe4bd


Comments

No comments written yet.

Please login to write comment.