Color Hex Logo

#fbefad Color Hex

#FBEFAD
(251,239,173)
0 Favorites   0 Comments

Color spaces of #fbefad

RGB 251239173
HSL0.140.910.83
HSV51°31°98°
CMYK 0.000.050.31   0.02
XYZ78.193085.259451.8707
Yxy85.25940.36310.3960
Hunter Lab92.3360-10.428731.3284
CIE-Lab93.9948-5.611633.4451

#fbefad color RGB value is (251,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10101101
Octal 373 357 255
Decimal 251 239 173
Hex FB EF AD

RGB Percentages of Color #fbefad

%37.86
%36.05
%26.09

CMYK Percentages of Color #fbefad

%0
%5
%31
%2

Triadic Colors of #fbefad

#fbefad #adfbef #efadfb

Analogous Colors of #fbefad

#fbefad #e0fbad #fbc8ad

Monochromatic Colors of #fbefad

#fbefad

Complementary Color

#fbefad #adb9fb

#fbefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefad Color CSS Codes

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

#fbefad Text Font Color

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

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


#fbefad Background Color

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

This div background color is #fbefad


#fbefad Border Color

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

This div border color is #fbefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefad


Comments

No comments written yet.

Please login to write comment.