Color Hex Logo

#fedcb0 Color Hex

#FEDCB0
(254,220,176)
0 Favorites   0 Comments

Color spaces of #fedcb0

RGB 254220176
HSL0.090.980.84
HSV34°31°100°
CMYK 0.000.130.31   0.00
XYZ74.302775.391851.7102
Yxy75.39180.36890.3743
Hunter Lab86.82850.800025.4701
CIE-Lab89.57625.531725.9881

#fedcb0 color RGB value is (254,220,176).

#fedcb0 hex color red value is 254, green value is 220 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fedcb0 hue: 0.09 , saturation: 0.98 and the lightness value of fedcb0 is 0.84.

The process color (four color CMYK) of #fedcb0 color hex is 0.00, 0.13, 0.31, 0.00. Web safe color of #fedcb0 is #ffcc99. Color #fedcb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 10110000
Octal 376 334 260
Decimal 254 220 176
Hex FE DC B0

RGB Percentages of Color #fedcb0

%39.08
%33.85
%27.08

CMYK Percentages of Color #fedcb0

%0
%13
%31
%0

Triadic Colors of #fedcb0

#fedcb0 #b0fedc #dcb0fe

Analogous Colors of #fedcb0

#fedcb0 #f9feb0 #feb5b0

Monochromatic Colors of #fedcb0

#fedcb0

Complementary Color

#fedcb0 #b0d2fe

#fedcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcb0 Color CSS Codes

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

#fedcb0 Text Font Color

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

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


#fedcb0 Background Color

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

This div background color is #fedcb0


#fedcb0 Border Color

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

This div border color is #fedcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcb0

Related Colors


Comments

No comments written yet.

Please login to write comment.