Color Hex Logo

#fedfb9 Color Hex

#FEDFB9
(254,223,185)
0 Favorites   0 Comments

Color spaces of #fedfb9

RGB 254223185
HSL0.090.970.86
HSV33°27°100°
CMYK 0.000.120.27   0.00
XYZ76.017777.349056.8222
Yxy77.34900.36170.3680
Hunter Lab87.94830.376223.2573
CIE-Lab90.48205.144222.5686

#fedfb9 color RGB value is (254,223,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10111001
Octal 376 337 271
Decimal 254 223 185
Hex FE DF B9

RGB Percentages of Color #fedfb9

%38.37
%33.69
%27.95

CMYK Percentages of Color #fedfb9

%0
%12
%27
%0

Triadic Colors of #fedfb9

#fedfb9 #b9fedf #dfb9fe

Analogous Colors of #fedfb9

#fedfb9 #fbfeb9 #febdb9

Monochromatic Colors of #fedfb9

#fedfb9

Complementary Color

#fedfb9 #b9d8fe

#fedfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfb9 Color CSS Codes

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

#fedfb9 Text Font Color

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

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


#fedfb9 Background Color

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

This div background color is #fedfb9


#fedfb9 Border Color

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

This div border color is #fedfb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,223,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 #fedfb9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfb9


Comments

No comments written yet.

Please login to write comment.