Color Hex Logo

#f1eabd Color Hex

#F1EABD
(241,234,189)
0 Favorites   0 Comments

Color spaces of #f1eabd

RGB 241234189
HSL0.140.650.84
HSV52°22°95°
CMYK 0.000.030.22   0.05
XYZ74.883881.220559.8744
Yxy81.22050.34670.3761
Hunter Lab90.1224-9.396423.6953
CIE-Lab92.2297-4.708222.7490

#f1eabd color RGB value is (241,234,189).

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

The process color (four color CMYK) of #f1eabd color hex is 0.00, 0.03, 0.22, 0.05. Web safe color of #f1eabd is #ffffcc. Color #f1eabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 10111101
Octal 361 352 275
Decimal 241 234 189
Hex F1 EA BD

RGB Percentages of Color #f1eabd

%36.30
%35.24
%28.46

CMYK Percentages of Color #f1eabd

%0
%3
%22
%5

Triadic Colors of #f1eabd

#f1eabd #bdf1ea #eabdf1

Analogous Colors of #f1eabd

#f1eabd #def1bd #f1d0bd

Monochromatic Colors of #f1eabd

#f1eabd

Complementary Color

#f1eabd #bdc4f1

#f1eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eabd Color CSS Codes

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

#f1eabd Text Font Color

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

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


#f1eabd Background Color

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

This div background color is #f1eabd


#f1eabd Border Color

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

This div border color is #f1eabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,234,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 #f1eabd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eabd


Comments

No comments written yet.

Please login to write comment.