Color Hex Logo

#fbefd8 Color Hex

#FBEFD8
(251,239,216)
0 Favorites   0 Comments

Color spaces of #fbefd8

RGB 251239216
HSL0.110.810.92
HSV39°14°98°
CMYK 0.000.050.14   0.02
XYZ83.044887.200177.4201
Yxy87.20010.33530.3521
Hunter Lab93.3810-4.674616.2107
CIE-Lab94.82310.314312.5649

#fbefd8 color RGB value is (251,239,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11011000
Octal 373 357 330
Decimal 251 239 216
Hex FB EF D8

RGB Percentages of Color #fbefd8

%35.55
%33.85
%30.59

CMYK Percentages of Color #fbefd8

%0
%5
%14
%2

Triadic Colors of #fbefd8

#fbefd8 #d8fbef #efd8fb

Analogous Colors of #fbefd8

#fbefd8 #f6fbd8 #fbded8

Monochromatic Colors of #fbefd8

#fbefd8

Complementary Color

#fbefd8 #d8e4fb

#fbefd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefd8 Color CSS Codes

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

#fbefd8 Text Font Color

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

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


#fbefd8 Background Color

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

This div background color is #fbefd8


#fbefd8 Border Color

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

This div border color is #fbefd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefd8


Comments

No comments written yet.

Please login to write comment.