Color Hex Logo

#fbefdb Color Hex

#FBEFDB
(251,239,219)
0 Favorites   0 Comments

Color spaces of #fbefdb

RGB 251239219
HSL0.100.800.92
HSV38°13°98°
CMYK 0.000.050.13   0.02
XYZ83.436387.356779.4818
Yxy87.35670.33340.3490
Hunter Lab93.4648-4.216015.0056
CIE-Lab94.88940.778511.1085

#fbefdb color RGB value is (251,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11011011
Octal 373 357 333
Decimal 251 239 219
Hex FB EF DB

RGB Percentages of Color #fbefdb

%35.40
%33.71
%30.89

CMYK Percentages of Color #fbefdb

%0
%5
%13
%2

Triadic Colors of #fbefdb

#fbefdb #dbfbef #efdbfb

Analogous Colors of #fbefdb

#fbefdb #f7fbdb #fbdfdb

Monochromatic Colors of #fbefdb

#fbefdb

Complementary Color

#fbefdb #dbe7fb

#fbefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefdb Color CSS Codes

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

#fbefdb Text Font Color

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

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


#fbefdb Background Color

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

This div background color is #fbefdb


#fbefdb Border Color

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

This div border color is #fbefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefdb

Related Colors


Comments

No comments written yet.

Please login to write comment.