Color Hex Logo

#f9dacc Color Hex

#F9DACC
(249,218,204)
0 Favorites   0 Comments

Color spaces of #f9dacc

RGB 249218204
HSL0.050.790.89
HSV19°18°98°
CMYK 0.000.120.18   0.02
XYZ75.037474.642267.5792
Yxy74.64220.34540.3436
Hunter Lab86.39573.840414.1000
CIE-Lab89.22518.558110.8219

#f9dacc color RGB value is (249,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011010 11001100
Octal 371 332 314
Decimal 249 218 204
Hex F9 DA CC

RGB Percentages of Color #f9dacc

%37.11
%32.49
%30.40

CMYK Percentages of Color #f9dacc

%0
%12
%18
%2

Triadic Colors of #f9dacc

#f9dacc #ccf9da #daccf9

Analogous Colors of #f9dacc

#f9dacc #f9f1cc #f9ccd5

Monochromatic Colors of #f9dacc

#f9dacc

Complementary Color

#f9dacc #ccebf9

#f9dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dacc Color CSS Codes

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

#f9dacc Text Font Color

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

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


#f9dacc Background Color

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

This div background color is #f9dacc


#f9dacc Border Color

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

This div border color is #f9dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dacc

Related Colors


Comments

No comments written yet.

Please login to write comment.