Color Hex Logo

#fbeddb Color Hex

#FBEDDB
(251,237,219)
0 Favorites   0 Comments

Color spaces of #fbeddb

RGB 251237219
HSL0.090.800.92
HSV34°13°98°
CMYK 0.000.060.13   0.02
XYZ82.854086.192179.2877
Yxy86.19210.33360.3471
Hunter Lab92.8397-3.168714.3525
CIE-Lab94.39441.795710.4018

#fbeddb color RGB value is (251,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11011011
Octal 373 355 333
Decimal 251 237 219
Hex FB ED DB

RGB Percentages of Color #fbeddb

%35.50
%33.52
%30.98

CMYK Percentages of Color #fbeddb

%0
%6
%13
%2

Triadic Colors of #fbeddb

#fbeddb #dbfbed #eddbfb

Analogous Colors of #fbeddb

#fbeddb #f9fbdb #fbdddb

Monochromatic Colors of #fbeddb

#fbeddb

Complementary Color

#fbeddb #dbe9fb

#fbeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeddb Color CSS Codes

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

#fbeddb Text Font Color

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

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


#fbeddb Background Color

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

This div background color is #fbeddb


#fbeddb Border Color

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

This div border color is #fbeddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,237,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 #fbeddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeddb

#fbeddb Color Palettes


Comments

No comments written yet.

Please login to write comment.