Color Hex Logo

#f3eafa Color Hex

#F3EAFA
(243,234,250)
0 Favorites   0 Comments

Color spaces of #f3eafa

RGB 243234250
HSL0.760.620.95
HSV274°98°
CMYK 0.030.060.00   0.02
XYZ83.640384.8025102.4027
Yxy84.80250.30880.3131
Hunter Lab92.08830.9703-1.4690
CIE-Lab93.79795.8730-6.6440

#f3eafa color RGB value is (243,234,250).

#f3eafa hex color red value is 243, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f3eafa hue: 0.76 , saturation: 0.62 and the lightness value of f3eafa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11101010 11111010
Octal 363 352 372
Decimal 243 234 250
Hex F3 EA FA

RGB Percentages of Color #f3eafa

%33.43
%32.19
%34.39

CMYK Percentages of Color #f3eafa

%3
%6
%0
%2

Triadic Colors of #f3eafa

#f3eafa #faf3ea #eafaf3

Analogous Colors of #f3eafa

#f3eafa #faeaf9 #ebeafa

Monochromatic Colors of #f3eafa

#f3eafa

Complementary Color

#f3eafa #f1faea

#f3eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3eafa Color CSS Codes

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

#f3eafa Text Font Color

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

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


#f3eafa Background Color

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

This div background color is #f3eafa


#f3eafa Border Color

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

This div border color is #f3eafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,234,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3eafa

Related Colors


Comments

No comments written yet.

Please login to write comment.