Color Hex Logo

#f7ddbf Color Hex

#F7DDBF
(247,221,191)
0 Favorites   0 Comments

Color spaces of #f7ddbf

RGB 247221191
HSL0.090.780.86
HSV32°23°97°
CMYK 0.000.110.23   0.03
XYZ73.618275.248659.9346
Yxy75.24860.35260.3604
Hunter Lab86.7460-0.318819.7575
CIE-Lab89.50934.401318.0037

#f7ddbf color RGB value is (247,221,191).

#f7ddbf hex color red value is 247, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f7ddbf hue: 0.09 , saturation: 0.78 and the lightness value of f7ddbf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011101 10111111
Octal 367 335 277
Decimal 247 221 191
Hex F7 DD BF

RGB Percentages of Color #f7ddbf

%37.48
%33.54
%28.98

CMYK Percentages of Color #f7ddbf

%0
%11
%23
%3

Triadic Colors of #f7ddbf

#f7ddbf #bff7dd #ddbff7

Analogous Colors of #f7ddbf

#f7ddbf #f5f7bf #f7c1bf

Monochromatic Colors of #f7ddbf

#f7ddbf

Complementary Color

#f7ddbf #bfd9f7

#f7ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ddbf Color CSS Codes

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

#f7ddbf Text Font Color

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

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


#f7ddbf Background Color

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

This div background color is #f7ddbf


#f7ddbf Border Color

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

This div border color is #f7ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7ddbf


Comments

No comments written yet.

Please login to write comment.