Color Hex Logo

#4feada Color Hex

#4FEADA
(79,234,218)
0 Favorites   0 Comments

Color spaces of #4feada

RGB 79234218
HSL0.480.790.61
HSV174°66°92°
CMYK 0.660.000.07   0.08
XYZ45.302265.569976.5982
Yxy65.56990.24170.3498
Hunter Lab80.9752-41.84350.5975
CIE-Lab84.7766-43.8134-4.1228

#4feada color RGB value is (79,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101010 11011010
Octal 117 352 332
Decimal 79 234 218
Hex 4F EA DA

RGB Percentages of Color #4feada

%14.88
%44.07
%41.05

CMYK Percentages of Color #4feada

%66
%0
%7
%8

Triadic Colors of #4feada

#4feada #da4fea #eada4f

Analogous Colors of #4feada

#4feada #4fadea #4fea8d

Monochromatic Colors of #4feada

#4feada

Complementary Color

#4feada #ea4f5f

#4feada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feada Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feada Color CSS Codes

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

#4feada Text Font Color

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

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


#4feada Background Color

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

This div background color is #4feada


#4feada Border Color

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

This div border color is #4feada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,234,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 #4feada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feada


Comments

No comments written yet.

Please login to write comment.