Color Hex Logo

#f1eefd Color Hex

#F1EEFD
(241,238,253)
0 Favorites   0 Comments

Color spaces of #f1eefd

RGB 241238253
HSL0.700.790.96
HSV252°99°
CMYK 0.050.060.00   0.01
XYZ84.579886.9417105.2521
Yxy86.94170.30560.3141
Hunter Lab93.2425-1.2580-1.6567
CIE-Lab94.71353.7138-6.8663

#f1eefd color RGB value is (241,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101110 11111101
Octal 361 356 375
Decimal 241 238 253
Hex F1 EE FD

RGB Percentages of Color #f1eefd

%32.92
%32.51
%34.56

CMYK Percentages of Color #f1eefd

%5
%6
%0
%1

Triadic Colors of #f1eefd

#f1eefd #fdf1ee #eefdf1

Analogous Colors of #f1eefd

#f1eefd #f9eefd #eef3fd

Monochromatic Colors of #f1eefd

#f1eefd

Complementary Color

#f1eefd #fafdee

#f1eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eefd Color CSS Codes

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

#f1eefd Text Font Color

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

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


#f1eefd Background Color

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

This div background color is #f1eefd


#f1eefd Border Color

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

This div border color is #f1eefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,238,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 #f1eefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.