Color Hex Logo

#f9eafc Color Hex

#F9EAFC
(249,234,252)
0 Favorites   0 Comments

Color spaces of #f9eafc

RGB 249234252
HSL0.810.750.95
HSV290°99°
CMYK 0.010.070.00   0.01
XYZ86.060486.0136104.1619
Yxy86.01360.31150.3114
Hunter Lab92.74353.3361-1.6692
CIE-Lab94.31828.2080-6.8628

#f9eafc color RGB value is (249,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101010 11111100
Octal 371 352 374
Decimal 249 234 252
Hex F9 EA FC

RGB Percentages of Color #f9eafc

%33.88
%31.84
%34.29

CMYK Percentages of Color #f9eafc

%1
%7
%0
%1

Triadic Colors of #f9eafc

#f9eafc #fcf9ea #eafcf9

Analogous Colors of #f9eafc

#f9eafc #fceaf6 #f0eafc

Monochromatic Colors of #f9eafc

#f9eafc

Complementary Color

#f9eafc #edfcea

#f9eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9eafc Color CSS Codes

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

#f9eafc Text Font Color

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

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


#f9eafc Background Color

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

This div background color is #f9eafc


#f9eafc Border Color

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

This div border color is #f9eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9eafc

Related Colors

#f9eafc Color Palettes


Comments

No comments written yet.

Please login to write comment.