Color Hex Logo

#f1dbfe Color Hex

#F1DBFE
(241,219,254)
0 Favorites   0 Comments

Color spaces of #f1dbfe

RGB 241219254
HSL0.770.950.93
HSV278°14°100°
CMYK 0.050.140.00   0.00
XYZ79.496576.5196104.3458
Yxy76.51960.30530.2939
Hunter Lab87.47559.1362-9.4917
CIE-Lab90.100013.7651-14.2514

#f1dbfe color RGB value is (241,219,254).

#f1dbfe hex color red value is 241, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f1dbfe hue: 0.77 , saturation: 0.95 and the lightness value of f1dbfe is 0.93.

The process color (four color CMYK) of #f1dbfe color hex is 0.05, 0.14, 0.00, 0.00. Web safe color of #f1dbfe is #ffccff. Color #f1dbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011011 11111110
Octal 361 333 376
Decimal 241 219 254
Hex F1 DB FE

RGB Percentages of Color #f1dbfe

%33.75
%30.67
%35.57

CMYK Percentages of Color #f1dbfe

%5
%14
%0
%0

Triadic Colors of #f1dbfe

#f1dbfe #fef1db #dbfef1

Analogous Colors of #f1dbfe

#f1dbfe #fedbfa #e0dbfe

Monochromatic Colors of #f1dbfe

#f1dbfe

Complementary Color

#f1dbfe #e8fedb

#f1dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dbfe Color CSS Codes

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

#f1dbfe Text Font Color

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

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


#f1dbfe Background Color

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

This div background color is #f1dbfe


#f1dbfe Border Color

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

This div border color is #f1dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dbfe


Comments

No comments written yet.

Please login to write comment.