Color Hex Logo

#f1eafd Color Hex

#F1EAFD
(241,234,253)
0 Favorites   0 Comments

Color spaces of #f1eafd

RGB 241234253
HSL0.730.830.95
HSV262°99°
CMYK 0.050.080.00   0.01
XYZ83.428184.6383104.8682
Yxy84.63830.30570.3101
Hunter Lab91.99910.8719-3.1843
CIE-Lab93.72705.7731-8.3264

#f1eafd color RGB value is (241,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 11111101
Octal 361 352 375
Decimal 241 234 253
Hex F1 EA FD

RGB Percentages of Color #f1eafd

%33.10
%32.14
%34.75

CMYK Percentages of Color #f1eafd

%5
%8
%0
%1

Triadic Colors of #f1eafd

#f1eafd #fdf1ea #eafdf1

Analogous Colors of #f1eafd

#f1eafd #fbeafd #eaedfd

Monochromatic Colors of #f1eafd

#f1eafd

Complementary Color

#f1eafd #f6fdea

#f1eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eafd Color CSS Codes

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

#f1eafd Text Font Color

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

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


#f1eafd Background Color

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

This div background color is #f1eafd


#f1eafd Border Color

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

This div border color is #f1eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eafd


Comments

No comments written yet.

Please login to write comment.