Color Hex Logo

#f1effd Color Hex

#F1EFFD
(241,239,253)
0 Favorites   0 Comments

Color spaces of #f1effd

RGB 241239253
HSL0.690.780.96
HSV249°99°
CMYK 0.050.060.00   0.01
XYZ84.871887.5256105.3494
Yxy87.52560.30560.3151
Hunter Lab93.5551-1.7889-1.2760
CIE-Lab94.96083.2007-6.5008

#f1effd color RGB value is (241,239,253).

#f1effd hex color red value is 241, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f1effd hue: 0.69 , saturation: 0.78 and the lightness value of f1effd is 0.96.

The process color (four color CMYK) of #f1effd color hex is 0.05, 0.06, 0.00, 0.01. Web safe color of #f1effd is #ffffff. Color #f1effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101111 11111101
Octal 361 357 375
Decimal 241 239 253
Hex F1 EF FD

RGB Percentages of Color #f1effd

%32.88
%32.61
%34.52

CMYK Percentages of Color #f1effd

%5
%6
%0
%1

Triadic Colors of #f1effd

#f1effd #fdf1ef #effdf1

Analogous Colors of #f1effd

#f1effd #f8effd #eff4fd

Monochromatic Colors of #f1effd

#f1effd

Complementary Color

#f1effd #fbfdef

#f1effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1effd Color CSS Codes

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

#f1effd Text Font Color

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

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


#f1effd Background Color

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

This div background color is #f1effd


#f1effd Border Color

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

This div border color is #f1effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1effd

Related Colors


Comments

No comments written yet.

Please login to write comment.