Color Hex Logo

#fedbc1 Color Hex

#FEDBC1
(254,219,193)
0 Favorites   0 Comments

Color spaces of #fedbc1

RGB 254219193
HSL0.070.970.88
HSV26°24°100°
CMYK 0.000.140.24   0.00
XYZ75.830275.584161.0446
Yxy75.58410.35690.3558
Hunter Lab86.93913.548219.2267
CIE-Lab89.66598.280117.2680

#fedbc1 color RGB value is (254,219,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11000001
Octal 376 333 301
Decimal 254 219 193
Hex FE DB C1

RGB Percentages of Color #fedbc1

%38.14
%32.88
%28.98

CMYK Percentages of Color #fedbc1

%0
%14
%24
%0

Triadic Colors of #fedbc1

#fedbc1 #c1fedb #dbc1fe

Analogous Colors of #fedbc1

#fedbc1 #fefac1 #fec1c6

Monochromatic Colors of #fedbc1

#fedbc1

Complementary Color

#fedbc1 #c1e4fe

#fedbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbc1 Color CSS Codes

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

#fedbc1 Text Font Color

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

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


#fedbc1 Background Color

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

This div background color is #fedbc1


#fedbc1 Border Color

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

This div border color is #fedbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbc1


Comments

No comments written yet.

Please login to write comment.