Color Hex Logo

#fedbac Color Hex

#FEDBAC
(254,219,172)
0 Favorites   1 Comments

Color spaces of #fedbac

RGB 254219172
HSL0.100.980.84
HSV34°32°100°
CMYK 0.000.140.32   0.00
XYZ73.651074.712449.5688
Yxy74.71240.37210.3775
Hunter Lab86.43630.833426.5043
CIE-Lab89.25815.552227.6241

#fedbac color RGB value is (254,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10101100
Octal 376 333 254
Decimal 254 219 172
Hex FE DB AC

RGB Percentages of Color #fedbac

%39.38
%33.95
%26.67

CMYK Percentages of Color #fedbac

%0
%14
%32
%0

Triadic Colors of #fedbac

#fedbac #acfedb #dbacfe

Analogous Colors of #fedbac

#fedbac #f8feac #feb2ac

Monochromatic Colors of #fedbac

#fedbac

Complementary Color

#fedbac #accffe

#fedbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbac Color CSS Codes

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

#fedbac Text Font Color

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

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


#fedbac Background Color

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

This div background color is #fedbac


#fedbac Border Color

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

This div border color is #fedbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbac


Comments

15 Sep 2022, 16:28 Zacapea

This hex almost spells feedback fedbac! Feedback is it is a nice peach.

Please login to write comment.