Color Hex Logo

#fedbd9 Color Hex

#FEDBD9
(254,219,217)
0 Favorites   0 Comments

Color spaces of #fedbd9

RGB 254219217
HSL0.010.950.92
HSV15°100°
CMYK 0.000.140.15   0.00
XYZ78.729076.743676.3092
Yxy76.74360.33970.3311
Hunter Lab87.60347.11169.6763
CIE-Lab90.203511.79835.4579

#fedbd9 color RGB value is (254,219,217).

#fedbd9 hex color red value is 254, green value is 219 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fedbd9 hue: 0.01 , saturation: 0.95 and the lightness value of fedbd9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11011001
Octal 376 333 331
Decimal 254 219 217
Hex FE DB D9

RGB Percentages of Color #fedbd9

%36.81
%31.74
%31.45

CMYK Percentages of Color #fedbd9

%0
%14
%15
%0

Triadic Colors of #fedbd9

#fedbd9 #d9fedb #dbd9fe

Analogous Colors of #fedbd9

#fedbd9 #feeed9 #fed9ea

Monochromatic Colors of #fedbd9

#fedbd9

Complementary Color

#fedbd9 #d9fcfe

#fedbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbd9 Color CSS Codes

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

#fedbd9 Text Font Color

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

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


#fedbd9 Background Color

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

This div background color is #fedbd9


#fedbd9 Border Color

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

This div border color is #fedbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbd9


Comments

No comments written yet.

Please login to write comment.