Color Hex Logo

#f1deaf Color Hex

#F1DEAF
(241,222,175)
0 Favorites   0 Comments

Color spaces of #f1deaf

RGB 241222175
HSL0.120.700.82
HSV43°27°95°
CMYK 0.000.080.27   0.05
XYZ70.134874.038551.1518
Yxy74.03850.35910.3791
Hunter Lab86.0456-5.086624.9856
CIE-Lab88.9407-0.507425.4561

#f1deaf color RGB value is (241,222,175).

#f1deaf hex color red value is 241, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f1deaf hue: 0.12 , saturation: 0.70 and the lightness value of f1deaf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011110 10101111
Octal 361 336 257
Decimal 241 222 175
Hex F1 DE AF

RGB Percentages of Color #f1deaf

%37.77
%34.80
%27.43

CMYK Percentages of Color #f1deaf

%0
%8
%27
%5

Triadic Colors of #f1deaf

#f1deaf #aff1de #deaff1

Analogous Colors of #f1deaf

#f1deaf #e3f1af #f1bdaf

Monochromatic Colors of #f1deaf

#f1deaf

Complementary Color

#f1deaf #afc2f1

#f1deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1deaf Color CSS Codes

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

#f1deaf Text Font Color

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

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


#f1deaf Background Color

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

This div background color is #f1deaf


#f1deaf Border Color

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

This div border color is #f1deaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1deaf

#f1deaf Color Palettes


Comments

No comments written yet.

Please login to write comment.