Color Hex Logo

#fbebaf Color Hex

#FBEBAF
(251,235,175)
0 Favorites   0 Comments

Color spaces of #fbebaf

RGB 251235175
HSL0.130.900.84
HSV47°30°98°
CMYK 0.000.060.30   0.02
XYZ77.229983.021052.5117
Yxy83.02100.36300.3902
Hunter Lab91.1159-8.156029.6112
CIE-Lab93.0236-3.357131.1299

#fbebaf color RGB value is (251,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 10101111
Octal 373 353 257
Decimal 251 235 175
Hex FB EB AF

RGB Percentages of Color #fbebaf

%37.97
%35.55
%26.48

CMYK Percentages of Color #fbebaf

%0
%6
%30
%2

Triadic Colors of #fbebaf

#fbebaf #affbeb #ebaffb

Analogous Colors of #fbebaf

#fbebaf #e5fbaf #fbc5af

Monochromatic Colors of #fbebaf

#fbebaf

Complementary Color

#fbebaf #afbffb

#fbebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebaf Color CSS Codes

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

#fbebaf Text Font Color

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

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


#fbebaf Background Color

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

This div background color is #fbebaf


#fbebaf Border Color

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

This div border color is #fbebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebaf

Related Colors


Comments

No comments written yet.

Please login to write comment.