Color Hex Logo

#f1dabb Color Hex

#F1DABB
(241,218,187)
0 Favorites   0 Comments

Color spaces of #f1dabb

RGB 241218187
HSL0.100.660.84
HSV34°22°95°
CMYK 0.000.100.22   0.05
XYZ70.316772.431457.2883
Yxy72.43140.35150.3621
Hunter Lab85.1066-1.456619.6644
CIE-Lab88.17583.179618.1534

#f1dabb color RGB value is (241,218,187).

#f1dabb hex color red value is 241, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f1dabb hue: 0.10 , saturation: 0.66 and the lightness value of f1dabb is 0.84.

The process color (four color CMYK) of #f1dabb color hex is 0.00, 0.10, 0.22, 0.05. Web safe color of #f1dabb is #ffcccc. Color #f1dabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011010 10111011
Octal 361 332 273
Decimal 241 218 187
Hex F1 DA BB

RGB Percentages of Color #f1dabb

%37.31
%33.75
%28.95

CMYK Percentages of Color #f1dabb

%0
%10
%22
%5

Triadic Colors of #f1dabb

#f1dabb #bbf1da #dabbf1

Analogous Colors of #f1dabb

#f1dabb #edf1bb #f1bfbb

Monochromatic Colors of #f1dabb

#f1dabb

Complementary Color

#f1dabb #bbd2f1

#f1dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dabb Color CSS Codes

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

#f1dabb Text Font Color

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

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


#f1dabb Background Color

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

This div background color is #f1dabb


#f1dabb Border Color

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

This div border color is #f1dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dabb


Comments

No comments written yet.

Please login to write comment.