Color Hex Logo

#f7dccb Color Hex

#F7DCCB
(247,220,203)
0 Favorites   0 Comments

Color spaces of #f7dccb

RGB 247220203
HSL0.060.730.88
HSV23°18°97°
CMYK 0.000.110.18   0.03
XYZ74.730575.272467.0902
Yxy75.27240.34420.3467
Hunter Lab86.75971.921714.8835
CIE-Lab89.52046.654411.7435

#f7dccb color RGB value is (247,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011100 11001011
Octal 367 334 313
Decimal 247 220 203
Hex F7 DC CB

RGB Percentages of Color #f7dccb

%36.87
%32.84
%30.30

CMYK Percentages of Color #f7dccb

%0
%11
%18
%3

Triadic Colors of #f7dccb

#f7dccb #cbf7dc #dccbf7

Analogous Colors of #f7dccb

#f7dccb #f7f2cb #f7cbd0

Monochromatic Colors of #f7dccb

#f7dccb

Complementary Color

#f7dccb #cbe6f7

#f7dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dccb Color CSS Codes

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

#f7dccb Text Font Color

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

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


#f7dccb Background Color

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

This div background color is #f7dccb


#f7dccb Border Color

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

This div border color is #f7dccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,220,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dccb


Comments

No comments written yet.

Please login to write comment.