Color Hex Logo

#f9eafe Color Hex

#F9EAFE
(249,234,254)
0 Favorites   0 Comments

Color spaces of #f9eafe

RGB 249234254
HSL0.790.910.96
HSV285°100°
CMYK 0.020.080.00   0.00
XYZ86.379186.1411105.8402
Yxy86.14110.31030.3095
Hunter Lab92.81223.7062-2.6439
CIE-Lab94.37268.5695-7.8217

#f9eafe color RGB value is (249,234,254).

#f9eafe hex color red value is 249, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f9eafe hue: 0.79 , saturation: 0.91 and the lightness value of f9eafe is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101010 11111110
Octal 371 352 376
Decimal 249 234 254
Hex F9 EA FE

RGB Percentages of Color #f9eafe

%33.79
%31.75
%34.46

CMYK Percentages of Color #f9eafe

%2
%8
%0
%0

Triadic Colors of #f9eafe

#f9eafe #fef9ea #eafef9

Analogous Colors of #f9eafe

#f9eafe #feeaf9 #efeafe

Monochromatic Colors of #f9eafe

#f9eafe

Complementary Color

#f9eafe #effeea

#f9eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9eafe Color CSS Codes

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

#f9eafe Text Font Color

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

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


#f9eafe Background Color

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

This div background color is #f9eafe


#f9eafe Border Color

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

This div border color is #f9eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9eafe

#f9eafe Color Palettes


Comments

No comments written yet.

Please login to write comment.