Color Hex Logo

#feded8 Color Hex

#FEDED8
(254,222,216)
0 Favorites   0 Comments

Color spaces of #feded8

RGB 254222216
HSL0.030.950.92
HSV15°100°
CMYK 0.000.130.15   0.00
XYZ79.389078.271375.8894
Yxy78.27130.33990.3351
Hunter Lab88.47115.351611.0715
CIE-Lab90.903610.08926.9913

#feded8 color RGB value is (254,222,216).

#feded8 hex color red value is 254, green value is 222 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #feded8 hue: 0.03 , saturation: 0.95 and the lightness value of feded8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11011000
Octal 376 336 330
Decimal 254 222 216
Hex FE DE D8

RGB Percentages of Color #feded8

%36.71
%32.08
%31.21

CMYK Percentages of Color #feded8

%0
%13
%15
%0

Triadic Colors of #feded8

#feded8 #d8fede #ded8fe

Analogous Colors of #feded8

#feded8 #fef1d8 #fed8e5

Monochromatic Colors of #feded8

#feded8

Complementary Color

#feded8 #d8f8fe

#feded8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feded8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feded8 Color CSS Codes

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

#feded8 Text Font Color

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

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


#feded8 Background Color

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

This div background color is #feded8


#feded8 Border Color

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

This div border color is #feded8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feded8


Comments

No comments written yet.

Please login to write comment.