Color Hex Logo

#fbde9c Color Hex

#FBDE9C
(251,222,156)
0 Favorites   0 Comments

Color spaces of #fbde9c

RGB 251222156
HSL0.120.920.80
HSV42°38°98°
CMYK 0.000.120.38   0.02
XYZ71.905775.152142.1685
Yxy75.15210.38000.3972
Hunter Lab86.6903-3.650431.8430
CIE-Lab89.46421.007336.0521

#fbde9c color RGB value is (251,222,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10011100
Octal 373 336 234
Decimal 251 222 156
Hex FB DE 9C

RGB Percentages of Color #fbde9c

%39.90
%35.29
%24.80

CMYK Percentages of Color #fbde9c

%0
%12
%38
%2

Triadic Colors of #fbde9c

#fbde9c #9cfbde #de9cfb

Analogous Colors of #fbde9c

#fbde9c #e9fb9c #fbaf9c

Monochromatic Colors of #fbde9c

#fbde9c

Complementary Color

#fbde9c #9cb9fb

#fbde9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde9c Color CSS Codes

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

#fbde9c Text Font Color

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

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


#fbde9c Background Color

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

This div background color is #fbde9c


#fbde9c Border Color

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

This div border color is #fbde9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde9c


Comments

No comments written yet.

Please login to write comment.