Color Hex Logo

#f1dabc Color Hex

#F1DABC
(241,218,188)
0 Favorites   0 Comments

Color spaces of #f1dabc

RGB 241218188
HSL0.090.650.84
HSV34°22°95°
CMYK 0.000.100.22   0.05
XYZ70.424172.474457.8542
Yxy72.47440.35080.3610
Hunter Lab85.1319-1.319319.2998
CIE-Lab88.19643.320917.6590

#f1dabc color RGB value is (241,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011010 10111100
Octal 361 332 274
Decimal 241 218 188
Hex F1 DA BC

RGB Percentages of Color #f1dabc

%37.25
%33.69
%29.06

CMYK Percentages of Color #f1dabc

%0
%10
%22
%5

Triadic Colors of #f1dabc

#f1dabc #bcf1da #dabcf1

Analogous Colors of #f1dabc

#f1dabc #eef1bc #f1c0bc

Monochromatic Colors of #f1dabc

#f1dabc

Complementary Color

#f1dabc #bcd3f1

#f1dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dabc Color CSS Codes

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

#f1dabc Text Font Color

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

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


#f1dabc Background Color

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

This div background color is #f1dabc


#f1dabc Border Color

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

This div border color is #f1dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dabc


Comments

No comments written yet.

Please login to write comment.