Color Hex Logo

#f1d6ad Color Hex

#F1D6AD
(241,214,173)
0 Favorites   0 Comments

Color spaces of #f1d6ad

RGB 241214173
HSL0.100.710.81
HSV36°28°95°
CMYK 0.000.110.28   0.05
XYZ67.865069.811049.4332
Yxy69.81100.36270.3731
Hunter Lab83.5530-1.233023.4088
CIE-Lab86.90413.343223.7058

#f1d6ad color RGB value is (241,214,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11010110 10101101
Octal 361 326 255
Decimal 241 214 173
Hex F1 D6 AD

RGB Percentages of Color #f1d6ad

%38.38
%34.08
%27.55

CMYK Percentages of Color #f1d6ad

%0
%11
%28
%5

Triadic Colors of #f1d6ad

#f1d6ad #adf1d6 #d6adf1

Analogous Colors of #f1d6ad

#f1d6ad #eaf1ad #f1b4ad

Monochromatic Colors of #f1d6ad

#f1d6ad

Complementary Color

#f1d6ad #adc8f1

#f1d6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1d6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1d6ad Color CSS Codes

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

#f1d6ad Text Font Color

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

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


#f1d6ad Background Color

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

This div background color is #f1d6ad


#f1d6ad Border Color

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

This div border color is #f1d6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1d6ad

#f1d6ad Color Palettes


Comments

No comments written yet.

Please login to write comment.