Color Hex Logo

#fbe9ba Color Hex

#FBE9BA
(251,233,186)
0 Favorites   0 Comments

Color spaces of #fbe9ba

RGB 251233186
HSL0.120.890.86
HSV43°26°98°
CMYK 0.000.070.26   0.02
XYZ77.785582.332258.2463
Yxy82.33220.35620.3770
Hunter Lab90.7371-5.768625.4563
CIE-Lab92.7213-0.937725.0953

#fbe9ba color RGB value is (251,233,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 10111010
Octal 373 351 272
Decimal 251 233 186
Hex FB E9 BA

RGB Percentages of Color #fbe9ba

%37.46
%34.78
%27.76

CMYK Percentages of Color #fbe9ba

%0
%7
%26
%2

Triadic Colors of #fbe9ba

#fbe9ba #bafbe9 #e9bafb

Analogous Colors of #fbe9ba

#fbe9ba #edfbba #fbc9ba

Monochromatic Colors of #fbe9ba

#fbe9ba

Complementary Color

#fbe9ba #baccfb

#fbe9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe9ba Color CSS Codes

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

#fbe9ba Text Font Color

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

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


#fbe9ba Background Color

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

This div background color is #fbe9ba


#fbe9ba Border Color

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

This div border color is #fbe9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe9ba

Related Colors


Comments

No comments written yet.

Please login to write comment.