Color Hex Logo

#fbeddf Color Hex

#FBEDDF
(251,237,223)
0 Favorites   0 Comments

Color spaces of #fbeddf

RGB 251237223
HSL0.080.780.93
HSV30°11°98°
CMYK 0.000.060.11   0.02
XYZ83.387186.405382.0950
Yxy86.40530.33100.3430
Hunter Lab92.9545-2.542412.7047
CIE-Lab94.48542.42598.4595

#fbeddf color RGB value is (251,237,223).

#fbeddf hex color red value is 251, green value is 237 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fbeddf hue: 0.08 , saturation: 0.78 and the lightness value of fbeddf is 0.93.

The process color (four color CMYK) of #fbeddf color hex is 0.00, 0.06, 0.11, 0.02. Web safe color of #fbeddf is #ffffcc. Color #fbeddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11011111
Octal 373 355 337
Decimal 251 237 223
Hex FB ED DF

RGB Percentages of Color #fbeddf

%35.30
%33.33
%31.36

CMYK Percentages of Color #fbeddf

%0
%6
%11
%2

Triadic Colors of #fbeddf

#fbeddf #dffbed #eddffb

Analogous Colors of #fbeddf

#fbeddf #fbfbdf #fbdfdf

Monochromatic Colors of #fbeddf

#fbeddf

Complementary Color

#fbeddf #dfedfb

#fbeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeddf Color CSS Codes

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

#fbeddf Text Font Color

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

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


#fbeddf Background Color

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

This div background color is #fbeddf


#fbeddf Border Color

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

This div border color is #fbeddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,237,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbeddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbeddf;
  -webkit-box-shadow: 1px 1px 3px 2px #fbeddf;
  box-shadow:         1px 1px 3px 2px #fbeddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,237,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeddf

#fbeddf Color Palettes


Comments

No comments written yet.

Please login to write comment.