Color Hex Logo

#feded1 Color Hex

#FEDED1
(254,222,209)
1 Favorites   0 Comments

Color spaces of #feded1

RGB 254222209
HSL0.050.960.91
HSV17°18°100°
CMYK 0.000.130.18   0.00
XYZ78.503077.916871.2235
Yxy77.91680.34490.3423
Hunter Lab88.27054.274913.9496
CIE-Lab90.74199.027710.4239

#feded1 color RGB value is (254,222,209).

#feded1 hex color red value is 254, green value is 222 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #feded1 hue: 0.05 , saturation: 0.96 and the lightness value of feded1 is 0.91.

The process color (four color CMYK) of #feded1 color hex is 0.00, 0.13, 0.18, 0.00. Web safe color of #feded1 is #ffcccc. Color #feded1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11010001
Octal 376 336 321
Decimal 254 222 209
Hex FE DE D1

RGB Percentages of Color #feded1

%37.08
%32.41
%30.51

CMYK Percentages of Color #feded1

%0
%13
%18
%0

Triadic Colors of #feded1

#feded1 #d1fede #ded1fe

Analogous Colors of #feded1

#feded1 #fef5d1 #fed1db

Monochromatic Colors of #feded1

#feded1

Complementary Color

#feded1 #d1f1fe

#feded1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feded1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feded1 Color CSS Codes

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

#feded1 Text Font Color

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

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


#feded1 Background Color

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

This div background color is #feded1


#feded1 Border Color

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

This div border color is #feded1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,222,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feded1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feded1;
  -webkit-box-shadow: 1px 1px 3px 2px #feded1;
  box-shadow:         1px 1px 3px 2px #feded1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,222,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feded1

#feded1 Color Palettes


Comments

No comments written yet.

Please login to write comment.