Color Hex Logo

#f2eafa Color Hex

#F2EAFA
(242,234,250)
0 Favorites   0 Comments

Color spaces of #f2eafa

RGB 242234250
HSL0.750.620.95
HSV270°98°
CMYK 0.030.060.00   0.02
XYZ83.296184.6250102.3866
Yxy84.62500.30820.3131
Hunter Lab91.99180.6411-1.5953
CIE-Lab93.72135.5452-6.7659

#f2eafa color RGB value is (242,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101010 11111010
Octal 362 352 372
Decimal 242 234 250
Hex F2 EA FA

RGB Percentages of Color #f2eafa

%33.33
%32.23
%34.44

CMYK Percentages of Color #f2eafa

%3
%6
%0
%2

Triadic Colors of #f2eafa

#f2eafa #faf2ea #eafaf2

Analogous Colors of #f2eafa

#f2eafa #faeafa #eaeafa

Monochromatic Colors of #f2eafa

#f2eafa

Complementary Color

#f2eafa #f2faea

#f2eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eafa Color CSS Codes

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

#f2eafa Text Font Color

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

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


#f2eafa Background Color

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

This div background color is #f2eafa


#f2eafa Border Color

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

This div border color is #f2eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eafa


Comments

No comments written yet.

Please login to write comment.