Color Hex Logo

#fbe3ba Color Hex

#FBE3BA
(251,227,186)
0 Favorites   0 Comments

Color spaces of #fbe3ba

RGB 251227186
HSL0.110.890.86
HSV38°26°98°
CMYK 0.000.100.26   0.02
XYZ76.115778.992657.6897
Yxy78.99260.35770.3712
Hunter Lab88.8778-2.667223.7299
CIE-Lab91.23092.115423.0446

#fbe3ba color RGB value is (251,227,186).

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

The process color (four color CMYK) of #fbe3ba color hex is 0.00, 0.10, 0.26, 0.02. Web safe color of #fbe3ba is #ffcccc. Color #fbe3ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 10111010
Octal 373 343 272
Decimal 251 227 186
Hex FB E3 BA

RGB Percentages of Color #fbe3ba

%37.80
%34.19
%28.01

CMYK Percentages of Color #fbe3ba

%0
%10
%26
%2

Triadic Colors of #fbe3ba

#fbe3ba #bafbe3 #e3bafb

Analogous Colors of #fbe3ba

#fbe3ba #f3fbba #fbc3ba

Monochromatic Colors of #fbe3ba

#fbe3ba

Complementary Color

#fbe3ba #bad2fb

#fbe3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe3ba Color CSS Codes

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

#fbe3ba Text Font Color

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

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


#fbe3ba Background Color

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

This div background color is #fbe3ba


#fbe3ba Border Color

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

This div border color is #fbe3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe3ba


Comments

No comments written yet.

Please login to write comment.