Color Hex Logo

#f1edfd Color Hex

#F1EDFD
(241,237,253)
0 Favorites   0 Comments

Color spaces of #f1edfd

RGB 241237253
HSL0.710.800.96
HSV255°99°
CMYK 0.050.060.00   0.01
XYZ84.289486.3610105.1553
Yxy86.36100.30560.3131
Hunter Lab92.9306-0.7265-2.0379
CIE-Lab94.46654.2276-7.2316

#f1edfd color RGB value is (241,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101101 11111101
Octal 361 355 375
Decimal 241 237 253
Hex F1 ED FD

RGB Percentages of Color #f1edfd

%32.97
%32.42
%34.61

CMYK Percentages of Color #f1edfd

%5
%6
%0
%1

Triadic Colors of #f1edfd

#f1edfd #fdf1ed #edfdf1

Analogous Colors of #f1edfd

#f1edfd #f9edfd #edf1fd

Monochromatic Colors of #f1edfd

#f1edfd

Complementary Color

#f1edfd #f9fded

#f1edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1edfd Color CSS Codes

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

#f1edfd Text Font Color

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

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


#f1edfd Background Color

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

This div background color is #f1edfd


#f1edfd Border Color

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

This div border color is #f1edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1edfd


Comments

No comments written yet.

Please login to write comment.