Color Hex Logo

#fd8eda Color Hex

#FD8EDA
(253,142,218)
0 Favorites   0 Comments

Color spaces of #fd8eda

RGB 253142218
HSL0.890.970.77
HSV319°44°99°
CMYK 0.000.440.14   0.01
XYZ62.835945.290671.7598
Yxy45.29060.34930.2518
Hunter Lab67.298348.8921-16.1118
CIE-Lab73.082851.5941-20.4574

#fd8eda color RGB value is (253,142,218).

#fd8eda hex color red value is 253, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd8eda hue: 0.89 , saturation: 0.97 and the lightness value of fd8eda is 0.77.

The process color (four color CMYK) of #fd8eda color hex is 0.00, 0.44, 0.14, 0.01. Web safe color of #fd8eda is #ff99cc. Color #fd8eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001110 11011010
Octal 375 216 332
Decimal 253 142 218
Hex FD 8E DA

RGB Percentages of Color #fd8eda

%41.27
%23.16
%35.56

CMYK Percentages of Color #fd8eda

%0
%44
%14
%1

Triadic Colors of #fd8eda

#fd8eda #dafd8e #8edafd

Analogous Colors of #fd8eda

#fd8eda #fd8ea3 #e98efd

Monochromatic Colors of #fd8eda

#fd8eda

Complementary Color

#fd8eda #8efdb1

#fd8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8eda Color CSS Codes

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

#fd8eda Text Font Color

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

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


#fd8eda Background Color

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

This div background color is #fd8eda


#fd8eda Border Color

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

This div border color is #fd8eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8eda


Comments

No comments written yet.

Please login to write comment.