Color Hex Logo

#f7ddcc Color Hex

#F7DDCC
(247,221,204)
0 Favorites   0 Comments

Color spaces of #f7ddcc

RGB 247221204
HSL0.070.730.88
HSV24°17°97°
CMYK 0.000.110.17   0.03
XYZ75.113375.846767.8077
Yxy75.84670.34330.3467
Hunter Lab87.09001.545014.8002
CIE-Lab89.78816.287211.6005

#f7ddcc color RGB value is (247,221,204).

#f7ddcc hex color red value is 247, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f7ddcc hue: 0.07 , saturation: 0.73 and the lightness value of f7ddcc is 0.88.

The process color (four color CMYK) of #f7ddcc color hex is 0.00, 0.11, 0.17, 0.03. Web safe color of #f7ddcc is #ffcccc. Color #f7ddcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011101 11001100
Octal 367 335 314
Decimal 247 221 204
Hex F7 DD CC

RGB Percentages of Color #f7ddcc

%36.76
%32.89
%30.36

CMYK Percentages of Color #f7ddcc

%0
%11
%17
%3

Triadic Colors of #f7ddcc

#f7ddcc #ccf7dd #ddccf7

Analogous Colors of #f7ddcc

#f7ddcc #f7f3cc #f7ccd1

Monochromatic Colors of #f7ddcc

#f7ddcc

Complementary Color

#f7ddcc #cce6f7

#f7ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ddcc Color CSS Codes

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

#f7ddcc Text Font Color

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

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


#f7ddcc Background Color

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

This div background color is #f7ddcc


#f7ddcc Border Color

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

This div border color is #f7ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7ddcc


Comments

No comments written yet.

Please login to write comment.