Color Hex Logo

#4fecaa Color Hex

#4FECAA
(79,236,170)
0 Favorites   0 Comments

Color spaces of #4fecaa

RGB 79236170
HSL0.430.810.62
HSV155°67°93°
CMYK 0.670.000.28   0.07
XYZ40.475664.555448.3574
Yxy64.55540.26390.4209
Hunter Lab80.3464-50.684320.5581
CIE-Lab84.2541-55.956220.2602

#4fecaa color RGB value is (79,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101100 10101010
Octal 117 354 252
Decimal 79 236 170
Hex 4F EC AA

RGB Percentages of Color #4fecaa

%16.29
%48.66
%35.05

CMYK Percentages of Color #4fecaa

%67
%0
%28
%7

Triadic Colors of #4fecaa

#4fecaa #aa4fec #ecaa4f

Analogous Colors of #4fecaa

#4fecaa #4fe0ec #4fec5c

Monochromatic Colors of #4fecaa

#4fecaa

Complementary Color

#4fecaa #ec4f91

#4fecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fecaa Color CSS Codes

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

#4fecaa Text Font Color

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

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


#4fecaa Background Color

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

This div background color is #4fecaa


#4fecaa Border Color

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

This div border color is #4fecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fecaa


Comments

No comments written yet.

Please login to write comment.