Color Hex Logo

#f1ebd8 Color Hex

#F1EBD8
(241,235,216)
0 Favorites   0 Comments

Color spaces of #f1ebd8

RGB 241235216
HSL0.130.470.90
HSV46°10°95°
CMYK 0.000.020.10   0.05
XYZ78.378683.075376.8699
Yxy83.07530.32890.3486
Hunter Lab91.1457-6.007913.7983
CIE-Lab93.0474-1.15769.9272

#f1ebd8 color RGB value is (241,235,216).

#f1ebd8 hex color red value is 241, green value is 235 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #f1ebd8 hue: 0.13 , saturation: 0.47 and the lightness value of f1ebd8 is 0.90.

The process color (four color CMYK) of #f1ebd8 color hex is 0.00, 0.02, 0.10, 0.05. Web safe color of #f1ebd8 is #ffffcc. Color #f1ebd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101011 11011000
Octal 361 353 330
Decimal 241 235 216
Hex F1 EB D8

RGB Percentages of Color #f1ebd8

%34.83
%33.96
%31.21

CMYK Percentages of Color #f1ebd8

%0
%2
%10
%5

Triadic Colors of #f1ebd8

#f1ebd8 #d8f1eb #ebd8f1

Analogous Colors of #f1ebd8

#f1ebd8 #ebf1d8 #f1dfd8

Monochromatic Colors of #f1ebd8

#f1ebd8

Complementary Color

#f1ebd8 #d8def1

#f1ebd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ebd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ebd8 Color CSS Codes

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

#f1ebd8 Text Font Color

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

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


#f1ebd8 Background Color

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

This div background color is #f1ebd8


#f1ebd8 Border Color

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

This div border color is #f1ebd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ebd8


Comments

No comments written yet.

Please login to write comment.