Color Hex Logo

#fededb Color Hex

#FEDEDB
(254,222,219)
0 Favorites   0 Comments

Color spaces of #fededb

RGB 254222219
HSL0.010.950.93
HSV14°100°
CMYK 0.000.130.14   0.00
XYZ79.780578.427977.9510
Yxy78.42790.33780.3321
Hunter Lab88.55955.82599.8040
CIE-Lab90.974810.55495.5228

#fededb color RGB value is (254,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11011011
Octal 376 336 333
Decimal 254 222 219
Hex FE DE DB

RGB Percentages of Color #fededb

%36.55
%31.94
%31.51

CMYK Percentages of Color #fededb

%0
%13
%14
%0

Triadic Colors of #fededb

#fededb #dbfede #dedbfe

Analogous Colors of #fededb

#fededb #fef0db #fedbea

Monochromatic Colors of #fededb

#fededb

Complementary Color

#fededb #dbfbfe

#fededb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fededb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fededb Color CSS Codes

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

#fededb Text Font Color

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

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


#fededb Background Color

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

This div background color is #fededb


#fededb Border Color

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

This div border color is #fededb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fededb


Comments

No comments written yet.

Please login to write comment.