Color Hex Logo

#fbebba Color Hex

#FBEBBA
(251,235,186)
0 Favorites   0 Comments

Color spaces of #fbebba

RGB 251235186
HSL0.130.890.86
HSV45°26°98°
CMYK 0.000.060.26   0.02
XYZ78.354983.471158.4362
Yxy83.47110.35570.3790
Hunter Lab91.3625-6.798126.0314
CIE-Lab93.2203-1.950225.7795

#fbebba color RGB value is (251,235,186).

#fbebba hex color red value is 251, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fbebba hue: 0.13 , saturation: 0.89 and the lightness value of fbebba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 10111010
Octal 373 353 272
Decimal 251 235 186
Hex FB EB BA

RGB Percentages of Color #fbebba

%37.35
%34.97
%27.68

CMYK Percentages of Color #fbebba

%0
%6
%26
%2

Triadic Colors of #fbebba

#fbebba #bafbeb #ebbafb

Analogous Colors of #fbebba

#fbebba #ebfbba #fbcbba

Monochromatic Colors of #fbebba

#fbebba

Complementary Color

#fbebba #bacafb

#fbebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebba Color CSS Codes

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

#fbebba Text Font Color

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

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


#fbebba Background Color

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

This div background color is #fbebba


#fbebba Border Color

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

This div border color is #fbebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebba


Comments

No comments written yet.

Please login to write comment.