Color Hex Logo

#f9dcbe Color Hex

#F9DCBE
(249,220,190)
0 Favorites   0 Comments

Color spaces of #f9dcbe

RGB 249220190
HSL0.080.830.86
HSV31°24°98°
CMYK 0.000.120.24   0.02
XYZ73.954475.043859.3023
Yxy75.04380.35500.3603
Hunter Lab86.62780.787220.0517
CIE-Lab89.41355.512218.4170

#f9dcbe color RGB value is (249,220,190).

#f9dcbe hex color red value is 249, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f9dcbe hue: 0.08 , saturation: 0.83 and the lightness value of f9dcbe is 0.86.

The process color (four color CMYK) of #f9dcbe color hex is 0.00, 0.12, 0.24, 0.02. Web safe color of #f9dcbe is #ffcccc. Color #f9dcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011100 10111110
Octal 371 334 276
Decimal 249 220 190
Hex F9 DC BE

RGB Percentages of Color #f9dcbe

%37.78
%33.38
%28.83

CMYK Percentages of Color #f9dcbe

%0
%12
%24
%2

Triadic Colors of #f9dcbe

#f9dcbe #bef9dc #dcbef9

Analogous Colors of #f9dcbe

#f9dcbe #f9f9be #f9bfbe

Monochromatic Colors of #f9dcbe

#f9dcbe

Complementary Color

#f9dcbe #bedbf9

#f9dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dcbe Color CSS Codes

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

#f9dcbe Text Font Color

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

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


#f9dcbe Background Color

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

This div background color is #f9dcbe


#f9dcbe Border Color

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

This div border color is #f9dcbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,220,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9dcbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9dcbe;
  -webkit-box-shadow: 1px 1px 3px 2px #f9dcbe;
  box-shadow:         1px 1px 3px 2px #f9dcbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,220,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dcbe


Comments

No comments written yet.

Please login to write comment.