Color Hex Logo

#4feeda Color Hex

#4FEEDA
(79,238,218)
0 Favorites   0 Comments

Color spaces of #4feeda

RGB 79238218
HSL0.480.820.62
HSV172°67°93°
CMYK 0.670.000.08   0.07
XYZ46.453967.873376.9821
Yxy67.87330.24280.3548
Hunter Lab82.3853-43.52492.2682
CIE-Lab85.9431-45.5593-2.4083

#4feeda color RGB value is (79,238,218).

#4feeda hex color red value is 79, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4feeda hue: 0.48 , saturation: 0.82 and the lightness value of 4feeda is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101110 11011010
Octal 117 356 332
Decimal 79 238 218
Hex 4F EE DA

RGB Percentages of Color #4feeda

%14.77
%44.49
%40.75

CMYK Percentages of Color #4feeda

%67
%0
%8
%7

Triadic Colors of #4feeda

#4feeda #da4fee #eeda4f

Analogous Colors of #4feeda

#4feeda #4fb3ee #4fee8b

Monochromatic Colors of #4feeda

#4feeda

Complementary Color

#4feeda #ee4f63

#4feeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feeda Color CSS Codes

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

#4feeda Text Font Color

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

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


#4feeda Background Color

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

This div background color is #4feeda


#4feeda Border Color

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

This div border color is #4feeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feeda


Comments

No comments written yet.

Please login to write comment.