Color Hex Logo

#4feadd Color Hex

#4FEADD
(79,234,221)
0 Favorites   0 Comments

Color spaces of #4feadd

RGB 79234221
HSL0.490.790.61
HSV175°66°92°
CMYK 0.660.000.06   0.08
XYZ45.698465.728478.6849
Yxy65.72840.24040.3457
Hunter Lab81.0731-41.2629-0.7924
CIE-Lab84.8577-43.0278-5.5837

#4feadd color RGB value is (79,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101010 11011101
Octal 117 352 335
Decimal 79 234 221
Hex 4F EA DD

RGB Percentages of Color #4feadd

%14.79
%43.82
%41.39

CMYK Percentages of Color #4feadd

%66
%0
%6
%8

Triadic Colors of #4feadd

#4feadd #dd4fea #eadd4f

Analogous Colors of #4feadd

#4feadd #4faaea #4fea90

Monochromatic Colors of #4feadd

#4feadd

Complementary Color

#4feadd #ea4f5c

#4feadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feadd Color CSS Codes

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

#4feadd Text Font Color

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

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


#4feadd Background Color

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

This div background color is #4feadd


#4feadd Border Color

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

This div border color is #4feadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feadd


Comments

No comments written yet.

Please login to write comment.