Color Hex Logo

#f1ddaa Color Hex

#F1DDAA
(241,221,170)
0 Favorites   0 Comments

Color spaces of #f1ddaa

RGB 241221170
HSL0.120.720.81
HSV43°29°95°
CMYK 0.000.080.29   0.05
XYZ69.387873.316048.5245
Yxy73.31600.36290.3834
Hunter Lab85.6248-5.192226.3370
CIE-Lab88.5982-0.641127.5745

#f1ddaa color RGB value is (241,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011101 10101010
Octal 361 335 252
Decimal 241 221 170
Hex F1 DD AA

RGB Percentages of Color #f1ddaa

%38.13
%34.97
%26.90

CMYK Percentages of Color #f1ddaa

%0
%8
%29
%5

Triadic Colors of #f1ddaa

#f1ddaa #aaf1dd #ddaaf1

Analogous Colors of #f1ddaa

#f1ddaa #e2f1aa #f1baaa

Monochromatic Colors of #f1ddaa

#f1ddaa

Complementary Color

#f1ddaa #aabef1

#f1ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ddaa Color CSS Codes

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

#f1ddaa Text Font Color

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

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


#f1ddaa Background Color

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

This div background color is #f1ddaa


#f1ddaa Border Color

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

This div border color is #f1ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ddaa


Comments

No comments written yet.

Please login to write comment.