Color Hex Logo

#fedbc7 Color Hex

#FEDBC7
(254,219,199)
0 Favorites   0 Comments

Color spaces of #fedbc7

RGB 254219199
HSL0.060.960.89
HSV22°22°100°
CMYK 0.000.140.22   0.00
XYZ76.513475.857464.6421
Yxy75.85740.35260.3496
Hunter Lab87.09624.392816.9627
CIE-Lab89.79319.120314.3093

#fedbc7 color RGB value is (254,219,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11000111
Octal 376 333 307
Decimal 254 219 199
Hex FE DB C7

RGB Percentages of Color #fedbc7

%37.80
%32.59
%29.61

CMYK Percentages of Color #fedbc7

%0
%14
%22
%0

Triadic Colors of #fedbc7

#fedbc7 #c7fedb #dbc7fe

Analogous Colors of #fedbc7

#fedbc7 #fef7c7 #fec7cf

Monochromatic Colors of #fedbc7

#fedbc7

Complementary Color

#fedbc7 #c7eafe

#fedbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbc7 Color CSS Codes

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

#fedbc7 Text Font Color

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

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


#fedbc7 Background Color

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

This div background color is #fedbc7


#fedbc7 Border Color

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

This div border color is #fedbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbc7


Comments

No comments written yet.

Please login to write comment.