Color Hex Logo

#f7ddcb Color Hex

#F7DDCB
(247,221,203)
0 Favorites   0 Comments

Color spaces of #f7ddcb

RGB 247221203
HSL0.070.730.88
HSV25°18°97°
CMYK 0.000.110.18   0.03
XYZ74.993775.798967.1780
Yxy75.79890.34410.3477
Hunter Lab87.06261.396315.1953
CIE-Lab89.76596.137512.0925

#f7ddcb color RGB value is (247,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011101 11001011
Octal 367 335 313
Decimal 247 221 203
Hex F7 DD CB

RGB Percentages of Color #f7ddcb

%36.81
%32.94
%30.25

CMYK Percentages of Color #f7ddcb

%0
%11
%18
%3

Triadic Colors of #f7ddcb

#f7ddcb #cbf7dd #ddcbf7

Analogous Colors of #f7ddcb

#f7ddcb #f7f3cb #f7cbcf

Monochromatic Colors of #f7ddcb

#f7ddcb

Complementary Color

#f7ddcb #cbe5f7

#f7ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ddcb Color CSS Codes

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

#f7ddcb Text Font Color

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

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


#f7ddcb Background Color

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

This div background color is #f7ddcb


#f7ddcb Border Color

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

This div border color is #f7ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7ddcb


Comments

No comments written yet.

Please login to write comment.