Color Hex Logo

#fbbea0 Color Hex

#FBBEA0
(251,190,160)
0 Favorites   0 Comments

Color spaces of #fbbea0

RGB 251190160
HSL0.050.920.81
HSV20°36°98°
CMYK 0.000.240.36   0.02
XYZ64.542359.874241.4128
Yxy59.87420.38920.3611
Hunter Lab77.378413.476822.4330
CIE-Lab81.769818.058223.6620

#fbbea0 color RGB value is (251,190,160).

#fbbea0 hex color red value is 251, green value is 190 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fbbea0 hue: 0.05 , saturation: 0.92 and the lightness value of fbbea0 is 0.81.

The process color (four color CMYK) of #fbbea0 color hex is 0.00, 0.24, 0.36, 0.02. Web safe color of #fbbea0 is #ffcc99. Color #fbbea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10100000
Octal 373 276 240
Decimal 251 190 160
Hex FB BE A0

RGB Percentages of Color #fbbea0

%41.76
%31.61
%26.62

CMYK Percentages of Color #fbbea0

%0
%24
%36
%2

Triadic Colors of #fbbea0

#fbbea0 #a0fbbe #bea0fb

Analogous Colors of #fbbea0

#fbbea0 #fbeca0 #fba0b0

Monochromatic Colors of #fbbea0

#fbbea0

Complementary Color

#fbbea0 #a0ddfb

#fbbea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbea0 Color CSS Codes

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

#fbbea0 Text Font Color

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

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


#fbbea0 Background Color

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

This div background color is #fbbea0


#fbbea0 Border Color

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

This div border color is #fbbea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbea0


Comments

No comments written yet.

Please login to write comment.