Color Hex Logo

#fbedac Color Hex

#FBEDAC
(251,237,172)
0 Favorites   0 Comments

Color spaces of #fbedac

RGB 251237172
HSL0.140.910.83
HSV49°31°98°
CMYK 0.000.060.31   0.02
XYZ77.514284.056251.1687
Yxy84.05620.36440.3951
Hunter Lab91.6822-9.528031.0872
CIE-Lab93.4749-4.730433.2566

#fbedac color RGB value is (251,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10101100
Octal 373 355 254
Decimal 251 237 172
Hex FB ED AC

RGB Percentages of Color #fbedac

%38.03
%35.91
%26.06

CMYK Percentages of Color #fbedac

%0
%6
%31
%2

Triadic Colors of #fbedac

#fbedac #acfbed #edacfb

Analogous Colors of #fbedac

#fbedac #e2fbac #fbc6ac

Monochromatic Colors of #fbedac

#fbedac

Complementary Color

#fbedac #acbafb

#fbedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedac Color CSS Codes

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

#fbedac Text Font Color

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

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


#fbedac Background Color

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

This div background color is #fbedac


#fbedac Border Color

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

This div border color is #fbedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedac


Comments

No comments written yet.

Please login to write comment.