Color Hex Logo

#fbedaf Color Hex

#FBEDAF
(251,237,175)
0 Favorites   0 Comments

Color spaces of #fbedaf

RGB 251237175
HSL0.140.900.84
HSV49°30°98°
CMYK 0.000.060.30   0.02
XYZ77.805784.172752.7036
Yxy84.17270.36240.3921
Hunter Lab91.7457-9.176530.1626
CIE-Lab93.5255-4.363431.8043

#fbedaf color RGB value is (251,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10101111
Octal 373 355 257
Decimal 251 237 175
Hex FB ED AF

RGB Percentages of Color #fbedaf

%37.86
%35.75
%26.40

CMYK Percentages of Color #fbedaf

%0
%6
%30
%2

Triadic Colors of #fbedaf

#fbedaf #affbed #edaffb

Analogous Colors of #fbedaf

#fbedaf #e3fbaf #fbc7af

Monochromatic Colors of #fbedaf

#fbedaf

Complementary Color

#fbedaf #afbdfb

#fbedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedaf Color CSS Codes

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

#fbedaf Text Font Color

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

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


#fbedaf Background Color

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

This div background color is #fbedaf


#fbedaf Border Color

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

This div border color is #fbedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedaf

Related Colors

#fbedaf Color Palettes


Comments

No comments written yet.

Please login to write comment.