Color Hex Logo

#f7dbd5 Color Hex

#F7DBD5
(247,219,213)
2 Favorites   0 Comments

Color spaces of #f7dbd5

RGB 247219213
HSL0.030.680.90
HSV11°14°97°
CMYK 0.000.110.14   0.03
XYZ75.699575.241373.4840
Yxy75.24130.33730.3353
Hunter Lab86.74173.978910.4912
CIE-Lab89.50598.70316.4752

#f7dbd5 color RGB value is (247,219,213).

#f7dbd5 hex color red value is 247, green value is 219 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #f7dbd5 hue: 0.03 , saturation: 0.68 and the lightness value of f7dbd5 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011011 11010101
Octal 367 333 325
Decimal 247 219 213
Hex F7 DB D5

RGB Percentages of Color #f7dbd5

%36.38
%32.25
%31.37

CMYK Percentages of Color #f7dbd5

%0
%11
%14
%3

Triadic Colors of #f7dbd5

#f7dbd5 #d5f7db #dbd5f7

Analogous Colors of #f7dbd5

#f7dbd5 #f7ecd5 #f7d5e0

Monochromatic Colors of #f7dbd5

#f7dbd5

Complementary Color

#f7dbd5 #d5f1f7

#f7dbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dbd5 Color CSS Codes

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

#f7dbd5 Text Font Color

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

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


#f7dbd5 Background Color

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

This div background color is #f7dbd5


#f7dbd5 Border Color

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

This div border color is #f7dbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dbd5


Comments

No comments written yet.

Please login to write comment.