Color Hex Logo

#4fedae Color Hex

#4FEDAE
(79,237,174)
0 Favorites   0 Comments

Color spaces of #4fedae

RGB 79237174
HSL0.430.810.62
HSV156°67°93°
CMYK 0.670.000.27   0.07
XYZ41.148665.286650.4772
Yxy65.28660.26220.4161
Hunter Lab80.8001-50.496619.5206
CIE-Lab84.6312-55.508118.7125

#4fedae color RGB value is (79,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101101 10101110
Octal 117 355 256
Decimal 79 237 174
Hex 4F ED AE

RGB Percentages of Color #4fedae

%16.12
%48.37
%35.51

CMYK Percentages of Color #4fedae

%67
%0
%27
%7

Triadic Colors of #4fedae

#4fedae #ae4fed #edae4f

Analogous Colors of #4fedae

#4fedae #4fdded #4fed5f

Monochromatic Colors of #4fedae

#4fedae

Complementary Color

#4fedae #ed4f8e

#4fedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fedae Color CSS Codes

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

#4fedae Text Font Color

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

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


#4fedae Background Color

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

This div background color is #4fedae


#4fedae Border Color

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

This div border color is #4fedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fedae


Comments

No comments written yet.

Please login to write comment.