color codes Logo

#4ffedc color codes

#4FFEDC
(79,254,220)
0 Favorites   0 Comments

Color spaces of #4ffedc

RGB 79254220
HSL0.470.990.65
HSV168°69°100°
CMYK 0.690.000.13   0.00
XYZ51.584577.713279.9915
Yxy77.71320.24650.3713
Hunter Lab88.1551-49.82107.9091
CIE-Lab90.6489-51.84673.4131

#4ffedc color RGB value is (79,254,220).

#4ffedc hex color red value is 79, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4ffedc hue: 0.47 , saturation: 0.99 and the lightness value of 4ffedc is 0.65.

The process color (four color CMYK) of #4ffedc color code is 0.69, 0.00, 0.13, 0.00. Web safe color of #4ffedc is #66ffcc. Color #4ffedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111110 11011100
Octal 117 376 334
Decimal 79 254 220
Hex 4F FE DC

RGB Percentages of Color #4ffedc

%14.29
%45.93
%39.78

CMYK Percentages of Color #4ffedc

%69
%0
%13
%0

Triadic Colors of #4ffedc

#4ffedc #dc4ffe #fedc4f

Analogous Colors of #4ffedc

#4ffedc #4fc9fe #4ffe85

Monochromatic Colors of #4ffedc

#4ffedc

Complementary Color

#4ffedc #fe4f71

#4ffedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffedc Color CSS Codes

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

#4ffedc Text Font Color

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

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


#4ffedc Background Color

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

This div background color is #4ffedc


#4ffedc Border Color

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

This div border color is #4ffedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffedc


Comments

No comments written yet.

Please login to write comment.