Color Hex Logo

#fbe8ce Color Hex

#FBE8CE
(251,232,206)
0 Favorites   0 Comments

Color spaces of #fbe8ce

RGB 251232206
HSL0.100.850.90
HSV35°18°98°
CMYK 0.000.080.18   0.02
XYZ79.780982.678770.1462
Yxy82.67870.34300.3554
Hunter Lab90.9278-2.506217.9103
CIE-Lab92.87362.371314.9790

#fbe8ce color RGB value is (251,232,206).

#fbe8ce hex color red value is 251, green value is 232 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fbe8ce hue: 0.10 , saturation: 0.85 and the lightness value of fbe8ce is 0.90.

The process color (four color CMYK) of #fbe8ce color hex is 0.00, 0.08, 0.18, 0.02. Web safe color of #fbe8ce is #ffffcc. Color #fbe8ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 11001110
Octal 373 350 316
Decimal 251 232 206
Hex FB E8 CE

RGB Percentages of Color #fbe8ce

%36.43
%33.67
%29.90

CMYK Percentages of Color #fbe8ce

%0
%8
%18
%2

Triadic Colors of #fbe8ce

#fbe8ce #cefbe8 #e8cefb

Analogous Colors of #fbe8ce

#fbe8ce #f8fbce #fbd2ce

Monochromatic Colors of #fbe8ce

#fbe8ce

Complementary Color

#fbe8ce #cee1fb

#fbe8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe8ce Color CSS Codes

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

#fbe8ce Text Font Color

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

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


#fbe8ce Background Color

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

This div background color is #fbe8ce


#fbe8ce Border Color

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

This div border color is #fbe8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe8ce


Comments

No comments written yet.

Please login to write comment.