Color Hex Logo

#fedebd Color Hex

#FEDEBD
(254,222,189)
0 Favorites   0 Comments

Color spaces of #fedebd

RGB 254222189
HSL0.080.970.87
HSV30°26°100°
CMYK 0.000.130.26   0.00
XYZ76.179676.987558.9891
Yxy76.98750.35910.3629
Hunter Lab87.74251.427421.5592
CIE-Lab90.31596.189620.2608

#fedebd color RGB value is (254,222,189).

#fedebd hex color red value is 254, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fedebd hue: 0.08 , saturation: 0.97 and the lightness value of fedebd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 10111101
Octal 376 336 275
Decimal 254 222 189
Hex FE DE BD

RGB Percentages of Color #fedebd

%38.20
%33.38
%28.42

CMYK Percentages of Color #fedebd

%0
%13
%26
%0

Triadic Colors of #fedebd

#fedebd #bdfede #debdfe

Analogous Colors of #fedebd

#fedebd #fefebd #febebd

Monochromatic Colors of #fedebd

#fedebd

Complementary Color

#fedebd #bdddfe

#fedebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedebd Color CSS Codes

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

#fedebd Text Font Color

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

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


#fedebd Background Color

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

This div background color is #fedebd


#fedebd Border Color

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

This div border color is #fedebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedebd


Comments

No comments written yet.

Please login to write comment.