Color Hex Logo

#fbde9f Color Hex

#FBDE9F
(251,222,159)
0 Favorites   0 Comments

Color spaces of #fbde9f

RGB 251222159
HSL0.110.920.80
HSV41°37°98°
CMYK 0.000.120.37   0.02
XYZ72.162975.255043.5232
Yxy75.25500.37790.3941
Hunter Lab86.7496-3.326230.9783
CIE-Lab89.51231.342534.5903

#fbde9f color RGB value is (251,222,159).

#fbde9f hex color red value is 251, green value is 222 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fbde9f hue: 0.11 , saturation: 0.92 and the lightness value of fbde9f is 0.80.

The process color (four color CMYK) of #fbde9f color hex is 0.00, 0.12, 0.37, 0.02. Web safe color of #fbde9f is #ffcc99. Color #fbde9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10011111
Octal 373 336 237
Decimal 251 222 159
Hex FB DE 9F

RGB Percentages of Color #fbde9f

%39.72
%35.13
%25.16

CMYK Percentages of Color #fbde9f

%0
%12
%37
%2

Triadic Colors of #fbde9f

#fbde9f #9ffbde #de9ffb

Analogous Colors of #fbde9f

#fbde9f #eafb9f #fbb09f

Monochromatic Colors of #fbde9f

#fbde9f

Complementary Color

#fbde9f #9fbcfb

#fbde9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde9f Color CSS Codes

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

#fbde9f Text Font Color

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

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


#fbde9f Background Color

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

This div background color is #fbde9f


#fbde9f Border Color

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

This div border color is #fbde9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde9f


Comments

No comments written yet.

Please login to write comment.