Color Hex Logo

#f9dacd Color Hex

#F9DACD
(249,218,205)
0 Favorites   0 Comments

Color spaces of #f9dacd

RGB 249218205
HSL0.050.790.89
HSV18°18°98°
CMYK 0.000.120.18   0.02
XYZ75.157874.690368.2130
Yxy74.69030.34470.3425
Hunter Lab86.42363.990413.6996
CIE-Lab89.24778.707710.3292

#f9dacd color RGB value is (249,218,205).

#f9dacd hex color red value is 249, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f9dacd hue: 0.05 , saturation: 0.79 and the lightness value of f9dacd is 0.89.

The process color (four color CMYK) of #f9dacd color hex is 0.00, 0.12, 0.18, 0.02. Web safe color of #f9dacd is #ffcccc. Color #f9dacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011010 11001101
Octal 371 332 315
Decimal 249 218 205
Hex F9 DA CD

RGB Percentages of Color #f9dacd

%37.05
%32.44
%30.51

CMYK Percentages of Color #f9dacd

%0
%12
%18
%2

Triadic Colors of #f9dacd

#f9dacd #cdf9da #dacdf9

Analogous Colors of #f9dacd

#f9dacd #f9f0cd #f9cdd6

Monochromatic Colors of #f9dacd

#f9dacd

Complementary Color

#f9dacd #cdecf9

#f9dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dacd Color CSS Codes

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

#f9dacd Text Font Color

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

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


#f9dacd Background Color

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

This div background color is #f9dacd


#f9dacd Border Color

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

This div border color is #f9dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dacd

#f9dacd Color Palettes


Comments

No comments written yet.

Please login to write comment.