Color Hex Logo

#fedb8f Color Hex

#FEDB8F
(254,219,143)
0 Favorites   0 Comments

Color spaces of #fedb8f

RGB 254219143
HSL0.110.980.78
HSV41°44°100°
CMYK 0.000.140.44   0.00
XYZ71.162573.717036.4647
Yxy73.71700.39240.4065
Hunter Lab85.8586-2.305834.9202
CIE-Lab88.78862.344441.7810

#fedb8f color RGB value is (254,219,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10001111
Octal 376 333 217
Decimal 254 219 143
Hex FE DB 8F

RGB Percentages of Color #fedb8f

%41.23
%35.55
%23.21

CMYK Percentages of Color #fedb8f

%0
%14
%44
%0

Triadic Colors of #fedb8f

#fedb8f #8ffedb #db8ffe

Analogous Colors of #fedb8f

#fedb8f #eafe8f #fea48f

Monochromatic Colors of #fedb8f

#fedb8f

Complementary Color

#fedb8f #8fb2fe

#fedb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb8f Color CSS Codes

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

#fedb8f Text Font Color

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

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


#fedb8f Background Color

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

This div background color is #fedb8f


#fedb8f Border Color

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

This div border color is #fedb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb8f


Comments

No comments written yet.

Please login to write comment.