Color Hex Logo

#f8edfe Color Hex

#F8EDFE
(248,237,254)
0 Favorites   0 Comments

Color spaces of #f8edfe

RGB 248237254
HSL0.770.890.96
HSV279°100°
CMYK 0.020.070.00   0.00
XYZ86.885087.6806106.1106
Yxy87.68060.30960.3124
Hunter Lab93.63791.7607-1.6410
CIE-Lab95.02636.6958-6.8633

#f8edfe color RGB value is (248,237,254).

#f8edfe hex color red value is 248, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f8edfe hue: 0.77 , saturation: 0.89 and the lightness value of f8edfe is 0.96.

The process color (four color CMYK) of #f8edfe color hex is 0.02, 0.07, 0.00, 0.00. Web safe color of #f8edfe is #ffffff. Color #f8edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101101 11111110
Octal 370 355 376
Decimal 248 237 254
Hex F8 ED FE

RGB Percentages of Color #f8edfe

%33.56
%32.07
%34.37

CMYK Percentages of Color #f8edfe

%2
%7
%0
%0

Triadic Colors of #f8edfe

#f8edfe #fef8ed #edfef8

Analogous Colors of #f8edfe

#f8edfe #feedfc #f0edfe

Monochromatic Colors of #f8edfe

#f8edfe

Complementary Color

#f8edfe #f3feed

#f8edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8edfe Color CSS Codes

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

#f8edfe Text Font Color

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

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


#f8edfe Background Color

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

This div background color is #f8edfe


#f8edfe Border Color

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

This div border color is #f8edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8edfe

Related Colors


Comments

No comments written yet.

Please login to write comment.