Color Hex Logo

#f9dfed Color Hex

#F9DFED
(249,223,237)
0 Favorites   0 Comments

Color spaces of #f9dfed

RGB 249223237
HSL0.910.680.93
HSV328°10°98°
CMYK 0.000.100.05   0.02
XYZ80.740779.029591.1195
Yxy79.02950.32180.3150
Hunter Lab88.89856.54741.4577
CIE-Lab91.247611.2636-3.5624

#f9dfed color RGB value is (249,223,237).

#f9dfed hex color red value is 249, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f9dfed hue: 0.91 , saturation: 0.68 and the lightness value of f9dfed is 0.93.

The process color (four color CMYK) of #f9dfed color hex is 0.00, 0.10, 0.05, 0.02. Web safe color of #f9dfed is #ffccff. Color #f9dfed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11101101
Octal 371 337 355
Decimal 249 223 237
Hex F9 DF ED

RGB Percentages of Color #f9dfed

%35.12
%31.45
%33.43

CMYK Percentages of Color #f9dfed

%0
%10
%5
%2

Triadic Colors of #f9dfed

#f9dfed #edf9df #dfedf9

Analogous Colors of #f9dfed

#f9dfed #f9dfe0 #f8dff9

Monochromatic Colors of #f9dfed

#f9dfed

Complementary Color

#f9dfed #dff9eb

#f9dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfed Color CSS Codes

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

#f9dfed Text Font Color

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

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


#f9dfed Background Color

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

This div background color is #f9dfed


#f9dfed Border Color

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

This div border color is #f9dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfed


Comments

No comments written yet.

Please login to write comment.