Color Hex Logo

#f1eafb Color Hex

#F1EAFB
(241,234,251)
0 Favorites   0 Comments

Color spaces of #f1eafb

RGB 241234251
HSL0.740.680.95
HSV265°98°
CMYK 0.040.070.00   0.02
XYZ83.111084.5114103.1987
Yxy84.51140.30690.3121
Hunter Lab91.93010.4984-2.2066
CIE-Lab93.67225.4023-7.3673

#f1eafb color RGB value is (241,234,251).

#f1eafb hex color red value is 241, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f1eafb hue: 0.74 , saturation: 0.68 and the lightness value of f1eafb is 0.95.

The process color (four color CMYK) of #f1eafb color hex is 0.04, 0.07, 0.00, 0.02. Web safe color of #f1eafb is #ffffff. Color #f1eafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 11111011
Octal 361 352 373
Decimal 241 234 251
Hex F1 EA FB

RGB Percentages of Color #f1eafb

%33.20
%32.23
%34.57

CMYK Percentages of Color #f1eafb

%4
%7
%0
%2

Triadic Colors of #f1eafb

#f1eafb #fbf1ea #eafbf1

Analogous Colors of #f1eafb

#f1eafb #faeafb #eaecfb

Monochromatic Colors of #f1eafb

#f1eafb

Complementary Color

#f1eafb #f4fbea

#f1eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eafb Color CSS Codes

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

#f1eafb Text Font Color

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

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


#f1eafb Background Color

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

This div background color is #f1eafb


#f1eafb Border Color

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

This div border color is #f1eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eafb

Related Colors


Comments

No comments written yet.

Please login to write comment.