Color Hex Logo

#f2dacc Color Hex

#F2DACC
(242,218,204)
0 Favorites   0 Comments

Color spaces of #f2dacc

RGB 242218204
HSL0.060.590.87
HSV22°16°95°
CMYK 0.000.100.16   0.05
XYZ72.588473.379767.4646
Yxy73.37970.34010.3438
Hunter Lab85.66201.349313.2685
CIE-Lab88.62856.04689.8897

#f2dacc color RGB value is (242,218,204).

#f2dacc hex color red value is 242, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f2dacc hue: 0.06 , saturation: 0.59 and the lightness value of f2dacc is 0.87.

The process color (four color CMYK) of #f2dacc color hex is 0.00, 0.10, 0.16, 0.05. Web safe color of #f2dacc is #ffcccc. Color #f2dacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 11001100
Octal 362 332 314
Decimal 242 218 204
Hex F2 DA CC

RGB Percentages of Color #f2dacc

%36.45
%32.83
%30.72

CMYK Percentages of Color #f2dacc

%0
%10
%16
%5

Triadic Colors of #f2dacc

#f2dacc #ccf2da #daccf2

Analogous Colors of #f2dacc

#f2dacc #f2edcc #f2ccd1

Monochromatic Colors of #f2dacc

#f2dacc

Complementary Color

#f2dacc #cce4f2

#f2dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dacc Color CSS Codes

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

#f2dacc Text Font Color

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

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


#f2dacc Background Color

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

This div background color is #f2dacc


#f2dacc Border Color

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

This div border color is #f2dacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,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 #f2dacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dacc


Comments

No comments written yet.

Please login to write comment.