Color Hex Logo

#fedcb9 Color Hex

#FEDCB9
(254,220,185)
0 Favorites   0 Comments

Color spaces of #fedcb9

RGB 254220185
HSL0.080.970.86
HSV30°27°100°
CMYK 0.000.130.27   0.00
XYZ75.223275.760056.5574
Yxy75.76000.36250.3650
Hunter Lab87.04021.945622.4024
CIE-Lab89.74786.686421.5532

#fedcb9 color RGB value is (254,220,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 10111001
Octal 376 334 271
Decimal 254 220 185
Hex FE DC B9

RGB Percentages of Color #fedcb9

%38.54
%33.38
%28.07

CMYK Percentages of Color #fedcb9

%0
%13
%27
%0

Triadic Colors of #fedcb9

#fedcb9 #b9fedc #dcb9fe

Analogous Colors of #fedcb9

#fedcb9 #fefeb9 #febab9

Monochromatic Colors of #fedcb9

#fedcb9

Complementary Color

#fedcb9 #b9dbfe

#fedcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcb9 Color CSS Codes

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

#fedcb9 Text Font Color

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

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


#fedcb9 Background Color

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

This div background color is #fedcb9


#fedcb9 Border Color

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

This div border color is #fedcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcb9


Comments

No comments written yet.

Please login to write comment.