Color Hex Logo

#f7dbcc Color Hex

#F7DBCC
(247,219,204)
0 Favorites   0 Comments

Color spaces of #f7dbcc

RGB 247219204
HSL0.060.730.88
HSV21°17°97°
CMYK 0.000.110.17   0.03
XYZ74.588474.796867.6327
Yxy74.79680.34370.3447
Hunter Lab86.48512.596914.1739
CIE-Lab89.29777.321610.9020

#f7dbcc color RGB value is (247,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011011 11001100
Octal 367 333 314
Decimal 247 219 204
Hex F7 DB CC

RGB Percentages of Color #f7dbcc

%36.87
%32.69
%30.45

CMYK Percentages of Color #f7dbcc

%0
%11
%17
%3

Triadic Colors of #f7dbcc

#f7dbcc #ccf7db #dbccf7

Analogous Colors of #f7dbcc

#f7dbcc #f7f1cc #f7ccd3

Monochromatic Colors of #f7dbcc

#f7dbcc

Complementary Color

#f7dbcc #cce8f7

#f7dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dbcc Color CSS Codes

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

#f7dbcc Text Font Color

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

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


#f7dbcc Background Color

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

This div background color is #f7dbcc


#f7dbcc Border Color

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

This div border color is #f7dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dbcc


Comments

No comments written yet.

Please login to write comment.