Color Hex Logo

#fedc9b Color Hex

#FEDC9B
(254,220,155)
0 Favorites   0 Comments

Color spaces of #fedc9b

RGB 254220155
HSL0.110.980.80
HSV39°39°100°
CMYK 0.000.130.39   0.00
XYZ72.382674.623841.5992
Yxy74.62380.38380.3957
Hunter Lab86.3851-1.607631.9181
CIE-Lab89.21653.080036.2840

#fedc9b color RGB value is (254,220,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 10011011
Octal 376 334 233
Decimal 254 220 155
Hex FE DC 9B

RGB Percentages of Color #fedc9b

%40.38
%34.98
%24.64

CMYK Percentages of Color #fedc9b

%0
%13
%39
%0

Triadic Colors of #fedc9b

#fedc9b #9bfedc #dc9bfe

Analogous Colors of #fedc9b

#fedc9b #effe9b #feab9b

Monochromatic Colors of #fedc9b

#fedc9b

Complementary Color

#fedc9b #9bbdfe

#fedc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc9b Color CSS Codes

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

#fedc9b Text Font Color

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

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


#fedc9b Background Color

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

This div background color is #fedc9b


#fedc9b Border Color

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

This div border color is #fedc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc9b


Comments

No comments written yet.

Please login to write comment.