Color Hex Logo

#fedbc9 Color Hex

#FEDBC9
(254,219,201)
0 Favorites   0 Comments

Color spaces of #fedbc9

RGB 254219201
HSL0.060.960.89
HSV20°21°100°
CMYK 0.000.140.21   0.00
XYZ76.747275.950965.8733
Yxy75.95090.35110.3475
Hunter Lab87.14984.681216.1898
CIE-Lab89.83659.406313.3238

#fedbc9 color RGB value is (254,219,201).

#fedbc9 hex color red value is 254, green value is 219 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fedbc9 hue: 0.06 , saturation: 0.96 and the lightness value of fedbc9 is 0.89.

The process color (four color CMYK) of #fedbc9 color hex is 0.00, 0.14, 0.21, 0.00. Web safe color of #fedbc9 is #ffcccc. Color #fedbc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11001001
Octal 376 333 311
Decimal 254 219 201
Hex FE DB C9

RGB Percentages of Color #fedbc9

%37.69
%32.49
%29.82

CMYK Percentages of Color #fedbc9

%0
%14
%21
%0

Triadic Colors of #fedbc9

#fedbc9 #c9fedb #dbc9fe

Analogous Colors of #fedbc9

#fedbc9 #fef6c9 #fec9d2

Monochromatic Colors of #fedbc9

#fedbc9

Complementary Color

#fedbc9 #c9ecfe

#fedbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbc9 Color CSS Codes

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

#fedbc9 Text Font Color

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

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


#fedbc9 Background Color

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

This div background color is #fedbc9


#fedbc9 Border Color

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

This div border color is #fedbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbc9


Comments

No comments written yet.

Please login to write comment.