Color Hex Logo

#4ffaec Color Hex

#4FFAEC
(79,250,236)
0 Favorites   0 Comments

Color spaces of #4ffaec

RGB 79250236
HSL0.490.940.65
HSV175°68°98°
CMYK 0.680.000.06   0.02
XYZ52.550476.089691.2740
Yxy76.08960.23900.3460
Hunter Lab87.2294-45.1159-0.9786
CIE-Lab89.9009-46.0930-5.9908

#4ffaec color RGB value is (79,250,236).

#4ffaec hex color red value is 79, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4ffaec hue: 0.49 , saturation: 0.94 and the lightness value of 4ffaec is 0.65.

The process color (four color CMYK) of #4ffaec color hex is 0.68, 0.00, 0.06, 0.02. Web safe color of #4ffaec is #66ffff. Color #4ffaec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111010 11101100
Octal 117 372 354
Decimal 79 250 236
Hex 4F FA EC

RGB Percentages of Color #4ffaec

%13.98
%44.25
%41.77

CMYK Percentages of Color #4ffaec

%68
%0
%6
%2

Triadic Colors of #4ffaec

#4ffaec #ec4ffa #faec4f

Analogous Colors of #4ffaec

#4ffaec #4fb3fa #4ffa97

Monochromatic Colors of #4ffaec

#4ffaec

Complementary Color

#4ffaec #fa4f5d

#4ffaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffaec Color CSS Codes

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

#4ffaec Text Font Color

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

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


#4ffaec Background Color

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

This div background color is #4ffaec


#4ffaec Border Color

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

This div border color is #4ffaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffaec


Comments

No comments written yet.

Please login to write comment.