Color Hex Logo

#f9dfd5 Color Hex

#F9DFD5
(249,223,213)
0 Favorites   0 Comments

Color spaces of #f9dfd5

RGB 249223213
HSL0.050.750.91
HSV17°14°98°
CMYK 0.000.100.14   0.02
XYZ77.464877.719273.8693
Yxy77.71920.33820.3393
Hunter Lab88.15852.570412.0310
CIE-Lab90.65167.33978.1445

#f9dfd5 color RGB value is (249,223,213).

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

The process color (four color CMYK) of #f9dfd5 color hex is 0.00, 0.10, 0.14, 0.02. Web safe color of #f9dfd5 is #ffcccc. Color #f9dfd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11010101
Octal 371 337 325
Decimal 249 223 213
Hex F9 DF D5

RGB Percentages of Color #f9dfd5

%36.35
%32.55
%31.09

CMYK Percentages of Color #f9dfd5

%0
%10
%14
%2

Triadic Colors of #f9dfd5

#f9dfd5 #d5f9df #dfd5f9

Analogous Colors of #f9dfd5

#f9dfd5 #f9f1d5 #f9d5dd

Monochromatic Colors of #f9dfd5

#f9dfd5

Complementary Color

#f9dfd5 #d5eff9

#f9dfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfd5 Color CSS Codes

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

#f9dfd5 Text Font Color

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

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


#f9dfd5 Background Color

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

This div background color is #f9dfd5


#f9dfd5 Border Color

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

This div border color is #f9dfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfd5


Comments

No comments written yet.

Please login to write comment.