Color Hex Logo

#fbeceb Color Hex

#FBECEB
(251,236,235)
0 Favorites   0 Comments

Color spaces of #fbeceb

RGB 251236235
HSL0.010.670.95
HSV98°
CMYK 0.000.060.06   0.02
XYZ84.774586.498390.8250
Yxy86.49830.32340.3300
Hunter Lab93.0045-0.05337.2025
CIE-Lab94.52504.89522.2915

#fbeceb color RGB value is (251,236,235).

#fbeceb hex color red value is 251, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbeceb hue: 0.01 , saturation: 0.67 and the lightness value of fbeceb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 11101011
Octal 373 354 353
Decimal 251 236 235
Hex FB EC EB

RGB Percentages of Color #fbeceb

%34.76
%32.69
%32.55

CMYK Percentages of Color #fbeceb

%0
%6
%6
%2

Triadic Colors of #fbeceb

#fbeceb #ebfbec #ecebfb

Analogous Colors of #fbeceb

#fbeceb #fbf4eb #fbebf2

Monochromatic Colors of #fbeceb

#fbeceb

Complementary Color

#fbeceb #ebfafb

#fbeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeceb Color CSS Codes

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

#fbeceb Text Font Color

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

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


#fbeceb Background Color

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

This div background color is #fbeceb


#fbeceb Border Color

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

This div border color is #fbeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeceb


Comments

No comments written yet.

Please login to write comment.