Color Hex Logo

#f1ddae Color Hex

#F1DDAE
(241,221,174)
0 Favorites   0 Comments

Color spaces of #f1ddae

RGB 241221174
HSL0.120.710.81
HSV42°28°95°
CMYK 0.000.080.28   0.05
XYZ69.772173.469750.5481
Yxy73.46970.36000.3791
Hunter Lab85.7145-4.700225.0352
CIE-Lab88.6713-0.126325.6057

#f1ddae color RGB value is (241,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011101 10101110
Octal 361 335 256
Decimal 241 221 174
Hex F1 DD AE

RGB Percentages of Color #f1ddae

%37.89
%34.75
%27.36

CMYK Percentages of Color #f1ddae

%0
%8
%28
%5

Triadic Colors of #f1ddae

#f1ddae #aef1dd #ddaef1

Analogous Colors of #f1ddae

#f1ddae #e4f1ae #f1bcae

Monochromatic Colors of #f1ddae

#f1ddae

Complementary Color

#f1ddae #aec2f1

#f1ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ddae Color CSS Codes

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

#f1ddae Text Font Color

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

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


#f1ddae Background Color

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

This div background color is #f1ddae


#f1ddae Border Color

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

This div border color is #f1ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ddae


Comments

No comments written yet.

Please login to write comment.