Color Hex Logo

#fbecad Color Hex

#FBECAD
(251,236,173)
0 Favorites   0 Comments

Color spaces of #fbecad

RGB 251236173
HSL0.130.910.83
HSV48°31°98°
CMYK 0.000.060.31   0.02
XYZ77.321983.517351.5803
Yxy83.51730.36400.3932
Hunter Lab91.3878-8.902430.5075
CIE-Lab93.2404-4.106432.4366

#fbecad color RGB value is (251,236,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 10101101
Octal 373 354 255
Decimal 251 236 173
Hex FB EC AD

RGB Percentages of Color #fbecad

%38.03
%35.76
%26.21

CMYK Percentages of Color #fbecad

%0
%6
%31
%2

Triadic Colors of #fbecad

#fbecad #adfbec #ecadfb

Analogous Colors of #fbecad

#fbecad #e3fbad #fbc5ad

Monochromatic Colors of #fbecad

#fbecad

Complementary Color

#fbecad #adbcfb

#fbecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbecad Color CSS Codes

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

#fbecad Text Font Color

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

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


#fbecad Background Color

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

This div background color is #fbecad


#fbecad Border Color

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

This div border color is #fbecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbecad


Comments

No comments written yet.

Please login to write comment.