Color Hex Logo

#fedbc6 Color Hex

#FEDBC6
(254,219,198)
0 Favorites   0 Comments

Color spaces of #fedbc6

RGB 254219198
HSL0.060.970.89
HSV23°22°100°
CMYK 0.000.140.22   0.00
XYZ76.397675.811164.0325
Yxy75.81110.35330.3506
Hunter Lab87.06964.249817.3458
CIE-Lab89.77168.978314.8023

#fedbc6 color RGB value is (254,219,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11000110
Octal 376 333 306
Decimal 254 219 198
Hex FE DB C6

RGB Percentages of Color #fedbc6

%37.85
%32.64
%29.51

CMYK Percentages of Color #fedbc6

%0
%14
%22
%0

Triadic Colors of #fedbc6

#fedbc6 #c6fedb #dbc6fe

Analogous Colors of #fedbc6

#fedbc6 #fef7c6 #fec6cd

Monochromatic Colors of #fedbc6

#fedbc6

Complementary Color

#fedbc6 #c6e9fe

#fedbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbc6 Color CSS Codes

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

#fedbc6 Text Font Color

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

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


#fedbc6 Background Color

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

This div background color is #fedbc6


#fedbc6 Border Color

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

This div border color is #fedbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbc6


Comments

No comments written yet.

Please login to write comment.