Color Hex Logo

#f1ddab Color Hex

#F1DDAB
(241,221,171)
0 Favorites   0 Comments

Color spaces of #f1ddab

RGB 241221171
HSL0.120.710.81
HSV43°29°95°
CMYK 0.000.080.29   0.05
XYZ69.482873.353949.0247
Yxy73.35390.36220.3823
Hunter Lab85.6469-5.070326.0149
CIE-Lab88.6162-0.513427.0824

#f1ddab color RGB value is (241,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011101 10101011
Octal 361 335 253
Decimal 241 221 171
Hex F1 DD AB

RGB Percentages of Color #f1ddab

%38.07
%34.91
%27.01

CMYK Percentages of Color #f1ddab

%0
%8
%29
%5

Triadic Colors of #f1ddab

#f1ddab #abf1dd #ddabf1

Analogous Colors of #f1ddab

#f1ddab #e2f1ab #f1baab

Monochromatic Colors of #f1ddab

#f1ddab

Complementary Color

#f1ddab #abbff1

#f1ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ddab Color CSS Codes

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

#f1ddab Text Font Color

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

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


#f1ddab Background Color

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

This div background color is #f1ddab


#f1ddab Border Color

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

This div border color is #f1ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ddab


Comments

No comments written yet.

Please login to write comment.