Color Hex Logo

#f1d5bd Color Hex

#F1D5BD
(241,213,189)
0 Favorites   0 Comments

Color spaces of #f1d5bd

RGB 241213189
HSL0.080.650.84
HSV28°22°95°
CMYK 0.000.120.22   0.05
XYZ69.255269.963457.9983
Yxy69.96340.35120.3548
Hunter Lab83.64411.416217.4396
CIE-Lab86.97896.051615.4254

#f1d5bd color RGB value is (241,213,189).

#f1d5bd hex color red value is 241, green value is 213 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f1d5bd hue: 0.08 , saturation: 0.65 and the lightness value of f1d5bd is 0.84.

The process color (four color CMYK) of #f1d5bd color hex is 0.00, 0.12, 0.22, 0.05. Web safe color of #f1d5bd is #ffcccc. Color #f1d5bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11010101 10111101
Octal 361 325 275
Decimal 241 213 189
Hex F1 D5 BD

RGB Percentages of Color #f1d5bd

%37.48
%33.13
%29.39

CMYK Percentages of Color #f1d5bd

%0
%12
%22
%5

Triadic Colors of #f1d5bd

#f1d5bd #bdf1d5 #d5bdf1

Analogous Colors of #f1d5bd

#f1d5bd #f1efbd #f1bdbf

Monochromatic Colors of #f1d5bd

#f1d5bd

Complementary Color

#f1d5bd #bdd9f1

#f1d5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1d5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1d5bd Color CSS Codes

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

#f1d5bd Text Font Color

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

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


#f1d5bd Background Color

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

This div background color is #f1d5bd


#f1d5bd Border Color

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

This div border color is #f1d5bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,213,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1d5bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1d5bd;
  -webkit-box-shadow: 1px 1px 3px 2px #f1d5bd;
  box-shadow:         1px 1px 3px 2px #f1d5bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,213,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1d5bd


Comments

No comments written yet.

Please login to write comment.