Color Hex Logo

#fbeedb Color Hex

#FBEEDB
(251,238,219)
0 Favorites   0 Comments

Color spaces of #fbeedb

RGB 251238219
HSL0.100.800.92
HSV36°13°98°
CMYK 0.000.050.13   0.02
XYZ83.144486.772879.3845
Yxy86.77280.33350.3481
Hunter Lab93.1519-3.692514.6791
CIE-Lab94.64181.286910.7551

#fbeedb color RGB value is (251,238,219).

#fbeedb hex color red value is 251, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbeedb hue: 0.10 , saturation: 0.80 and the lightness value of fbeedb is 0.92.

The process color (four color CMYK) of #fbeedb color hex is 0.00, 0.05, 0.13, 0.02. Web safe color of #fbeedb is #ffffcc. Color #fbeedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11011011
Octal 373 356 333
Decimal 251 238 219
Hex FB EE DB

RGB Percentages of Color #fbeedb

%35.45
%33.62
%30.93

CMYK Percentages of Color #fbeedb

%0
%5
%13
%2

Triadic Colors of #fbeedb

#fbeedb #dbfbee #eedbfb

Analogous Colors of #fbeedb

#fbeedb #f8fbdb #fbdedb

Monochromatic Colors of #fbeedb

#fbeedb

Complementary Color

#fbeedb #dbe8fb

#fbeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeedb Color CSS Codes

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

#fbeedb Text Font Color

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

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


#fbeedb Background Color

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

This div background color is #fbeedb


#fbeedb Border Color

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

This div border color is #fbeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeedb


Comments

No comments written yet.

Please login to write comment.