Color Hex Logo

#f8dcfe Color Hex

#F8DCFE
(248,220,254)
0 Favorites   0 Comments

Color spaces of #f8dcfe

RGB 248220254
HSL0.800.940.93
HSV289°13°100°
CMYK 0.020.130.00   0.00
XYZ82.194078.2986104.5470
Yxy78.29860.31010.2954
Hunter Lab88.486510.9551-8.1107
CIE-Lab90.916015.5174-12.9712

#f8dcfe color RGB value is (248,220,254).

#f8dcfe hex color red value is 248, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f8dcfe hue: 0.80 , saturation: 0.94 and the lightness value of f8dcfe is 0.93.

The process color (four color CMYK) of #f8dcfe color hex is 0.02, 0.13, 0.00, 0.00. Web safe color of #f8dcfe is #ffccff. Color #f8dcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011100 11111110
Octal 370 334 376
Decimal 248 220 254
Hex F8 DC FE

RGB Percentages of Color #f8dcfe

%34.35
%30.47
%35.18

CMYK Percentages of Color #f8dcfe

%2
%13
%0
%0

Triadic Colors of #f8dcfe

#f8dcfe #fef8dc #dcfef8

Analogous Colors of #f8dcfe

#f8dcfe #fedcf3 #e7dcfe

Monochromatic Colors of #f8dcfe

#f8dcfe

Complementary Color

#f8dcfe #e2fedc

#f8dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dcfe Color CSS Codes

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

#f8dcfe Text Font Color

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

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


#f8dcfe Background Color

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

This div background color is #f8dcfe


#f8dcfe Border Color

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

This div border color is #f8dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.