Color Hex Logo

#fedbd1 Color Hex

#FEDBD1
(254,219,209)
0 Favorites   0 Comments

Color spaces of #fedbd1

RGB 254219209
HSL0.040.960.91
HSV13°18°100°
CMYK 0.000.140.18   0.00
XYZ77.713276.337370.9602
Yxy76.33730.34540.3393
Hunter Lab87.37125.869013.0064
CIE-Lab90.015710.57939.3861

#fedbd1 color RGB value is (254,219,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11010001
Octal 376 333 321
Decimal 254 219 209
Hex FE DB D1

RGB Percentages of Color #fedbd1

%37.24
%32.11
%30.65

CMYK Percentages of Color #fedbd1

%0
%14
%18
%0

Triadic Colors of #fedbd1

#fedbd1 #d1fedb #dbd1fe

Analogous Colors of #fedbd1

#fedbd1 #fef2d1 #fed1de

Monochromatic Colors of #fedbd1

#fedbd1

Complementary Color

#fedbd1 #d1f4fe

#fedbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbd1 Color CSS Codes

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

#fedbd1 Text Font Color

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

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


#fedbd1 Background Color

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

This div background color is #fedbd1


#fedbd1 Border Color

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

This div border color is #fedbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbd1


Comments

No comments written yet.

Please login to write comment.