Color Hex Logo

#f7dbaf Color Hex

#F7DBAF
(247,219,175)
0 Favorites   0 Comments

Color spaces of #f7dbaf

RGB 247219175
HSL0.100.820.83
HSV37°29°97°
CMYK 0.000.110.29   0.03
XYZ71.427273.532350.9860
Yxy73.53230.36450.3753
Hunter Lab85.7510-1.380724.7729
CIE-Lab88.70103.284225.2110

#f7dbaf color RGB value is (247,219,175).

#f7dbaf hex color red value is 247, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f7dbaf hue: 0.10 , saturation: 0.82 and the lightness value of f7dbaf is 0.83.

The process color (four color CMYK) of #f7dbaf color hex is 0.00, 0.11, 0.29, 0.03. Web safe color of #f7dbaf is #ffcc99. Color #f7dbaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011011 10101111
Octal 367 333 257
Decimal 247 219 175
Hex F7 DB AF

RGB Percentages of Color #f7dbaf

%38.53
%34.17
%27.30

CMYK Percentages of Color #f7dbaf

%0
%11
%29
%3

Triadic Colors of #f7dbaf

#f7dbaf #aff7db #dbaff7

Analogous Colors of #f7dbaf

#f7dbaf #eff7af #f7b7af

Monochromatic Colors of #f7dbaf

#f7dbaf

Complementary Color

#f7dbaf #afcbf7

#f7dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dbaf Color CSS Codes

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

#f7dbaf Text Font Color

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

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


#f7dbaf Background Color

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

This div background color is #f7dbaf


#f7dbaf Border Color

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

This div border color is #f7dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.