color codes Logo

#4feade color codes

#4FEADE
(79,234,222)
0 Favorites   0 Comments

Color spaces of #4feade

RGB 79234222
HSL0.490.790.61
HSV175°66°92°
CMYK 0.660.000.05   0.08
XYZ45.832165.781879.3888
Yxy65.78180.24000.3444
Hunter Lab81.1060-41.0671-1.2605
CIE-Lab84.8850-42.7639-6.0703

#4feade color RGB value is (79,234,222).

#4feade hex color red value is 79, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4feade hue: 0.49 , saturation: 0.79 and the lightness value of 4feade is 0.61.

The process color (four color CMYK) of #4feade color code is 0.66, 0.00, 0.05, 0.08. Web safe color of #4feade is #66ffcc. Color #4feade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101010 11011110
Octal 117 352 336
Decimal 79 234 222
Hex 4F EA DE

RGB Percentages of Color #4feade

%14.77
%43.74
%41.50

CMYK Percentages of Color #4feade

%66
%0
%5
%8

Triadic Colors of #4feade

#4feade #de4fea #eade4f

Analogous Colors of #4feade

#4feade #4fa9ea #4fea91

Monochromatic Colors of #4feade

#4feade

Complementary Color

#4feade #ea4f5b

#4feade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feade Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feade Color CSS Codes

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

#4feade Text Font Color

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

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


#4feade Background Color

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

This div background color is #4feade


#4feade Border Color

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

This div border color is #4feade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feade


Comments

No comments written yet.

Please login to write comment.