Color Hex Logo

#f3edfe Color Hex

#F3EDFE
(243,237,254)
0 Favorites   0 Comments

Color spaces of #f3edfe

RGB 243237254
HSL0.730.890.96
HSV261°100°
CMYK 0.040.070.00   0.00
XYZ85.135786.7788106.0288
Yxy86.77880.30630.3122
Hunter Lab93.15510.1120-2.2750
CIE-Lab94.64435.0634-7.4708

#f3edfe color RGB value is (243,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11101101 11111110
Octal 363 355 376
Decimal 243 237 254
Hex F3 ED FE

RGB Percentages of Color #f3edfe

%33.11
%32.29
%34.60

CMYK Percentages of Color #f3edfe

%4
%7
%0
%0

Triadic Colors of #f3edfe

#f3edfe #fef3ed #edfef3

Analogous Colors of #f3edfe

#f3edfe #fcedfe #edf0fe

Monochromatic Colors of #f3edfe

#f3edfe

Complementary Color

#f3edfe #f8feed

#f3edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3edfe Color CSS Codes

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

#f3edfe Text Font Color

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

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


#f3edfe Background Color

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

This div background color is #f3edfe


#f3edfe Border Color

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

This div border color is #f3edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3edfe

Related Colors


Comments

No comments written yet.

Please login to write comment.