Color Hex Logo

#f1bdae Color Hex

#F1BDAE
(241,189,174)
0 Favorites   0 Comments

Color spaces of #f1bdae

RGB 241189174
HSL0.040.710.81
HSV13°28°95°
CMYK 0.000.220.28   0.05
XYZ62.113258.152047.9951
Yxy58.15200.36910.3456
Hunter Lab76.257511.941216.0641
CIE-Lab80.823216.554014.7269

#f1bdae color RGB value is (241,189,174).

#f1bdae hex color red value is 241, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f1bdae hue: 0.04 , saturation: 0.71 and the lightness value of f1bdae is 0.81.

The process color (four color CMYK) of #f1bdae color hex is 0.00, 0.22, 0.28, 0.05. Web safe color of #f1bdae is #ffcc99. Color #f1bdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111101 10101110
Octal 361 275 256
Decimal 241 189 174
Hex F1 BD AE

RGB Percentages of Color #f1bdae

%39.90
%31.29
%28.81

CMYK Percentages of Color #f1bdae

%0
%22
%28
%5

Triadic Colors of #f1bdae

#f1bdae #aef1bd #bdaef1

Analogous Colors of #f1bdae

#f1bdae #f1dfae #f1aec1

Monochromatic Colors of #f1bdae

#f1bdae

Complementary Color

#f1bdae #aee2f1

#f1bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bdae Color CSS Codes

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

#f1bdae Text Font Color

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

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


#f1bdae Background Color

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

This div background color is #f1bdae


#f1bdae Border Color

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

This div border color is #f1bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bdae


Comments

No comments written yet.

Please login to write comment.