Color Hex Logo

#f49eda Color Hex

#F49EDA
(244,158,218)
0 Favorites   0 Comments

Color spaces of #f49eda

RGB 244158218
HSL0.880.800.79
HSV318°35°96°
CMYK 0.000.350.11   0.04
XYZ62.190048.748872.4614
Yxy48.74880.33910.2658
Hunter Lab69.820336.8070-12.6585
CIE-Lab75.294840.5623-17.2091

#f49eda color RGB value is (244,158,218).

#f49eda hex color red value is 244, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f49eda hue: 0.88 , saturation: 0.80 and the lightness value of f49eda is 0.79.

The process color (four color CMYK) of #f49eda color hex is 0.00, 0.35, 0.11, 0.04. Web safe color of #f49eda is #ff99cc. Color #f49eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011110 11011010
Octal 364 236 332
Decimal 244 158 218
Hex F4 9E DA

RGB Percentages of Color #f49eda

%39.35
%25.48
%35.16

CMYK Percentages of Color #f49eda

%0
%35
%11
%4

Triadic Colors of #f49eda

#f49eda #daf49e #9edaf4

Analogous Colors of #f49eda

#f49eda #f49eaf #e39ef4

Monochromatic Colors of #f49eda

#f49eda

Complementary Color

#f49eda #9ef4b8

#f49eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49eda Color CSS Codes

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

#f49eda Text Font Color

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

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


#f49eda Background Color

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

This div background color is #f49eda


#f49eda Border Color

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

This div border color is #f49eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49eda


Comments

No comments written yet.

Please login to write comment.