Color Hex Logo

#fedb8d Color Hex

#FEDB8D
(254,219,141)
0 Favorites   0 Comments

Color spaces of #fedb8d

RGB 254219141
HSL0.120.980.77
HSV41°44°100°
CMYK 0.000.140.44   0.00
XYZ71.012373.657035.6738
Yxy73.65700.39380.4084
Hunter Lab85.8237-2.496735.4318
CIE-Lab88.76012.147342.7435

#fedb8d color RGB value is (254,219,141).

#fedb8d hex color red value is 254, green value is 219 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fedb8d hue: 0.12 , saturation: 0.98 and the lightness value of fedb8d is 0.77.

The process color (four color CMYK) of #fedb8d color hex is 0.00, 0.14, 0.44, 0.00. Web safe color of #fedb8d is #ffcc99. Color #fedb8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10001101
Octal 376 333 215
Decimal 254 219 141
Hex FE DB 8D

RGB Percentages of Color #fedb8d

%41.37
%35.67
%22.96

CMYK Percentages of Color #fedb8d

%0
%14
%44
%0

Triadic Colors of #fedb8d

#fedb8d #8dfedb #db8dfe

Analogous Colors of #fedb8d

#fedb8d #e9fe8d #fea38d

Monochromatic Colors of #fedb8d

#fedb8d

Complementary Color

#fedb8d #8db0fe

#fedb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb8d Color CSS Codes

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

#fedb8d Text Font Color

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

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


#fedb8d Background Color

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

This div background color is #fedb8d


#fedb8d Border Color

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

This div border color is #fedb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb8d

Related Colors


Comments

No comments written yet.

Please login to write comment.