Color Hex Logo

#f6dcad Color Hex

#F6DCAD
(246,220,173)
0 Favorites   0 Comments

Color spaces of #f6dcad

RGB 246220173
HSL0.110.800.82
HSV39°30°96°
CMYK 0.000.110.30   0.04
XYZ71.142173.796450.0297
Yxy73.79640.36490.3785
Hunter Lab85.9048-2.508625.6038
CIE-Lab88.82622.138926.4040

#f6dcad color RGB value is (246,220,173).

#f6dcad hex color red value is 246, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f6dcad hue: 0.11 , saturation: 0.80 and the lightness value of f6dcad is 0.82.

The process color (four color CMYK) of #f6dcad color hex is 0.00, 0.11, 0.30, 0.04. Web safe color of #f6dcad is #ffcc99. Color #f6dcad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011100 10101101
Octal 366 334 255
Decimal 246 220 173
Hex F6 DC AD

RGB Percentages of Color #f6dcad

%38.50
%34.43
%27.07

CMYK Percentages of Color #f6dcad

%0
%11
%30
%4

Triadic Colors of #f6dcad

#f6dcad #adf6dc #dcadf6

Analogous Colors of #f6dcad

#f6dcad #ecf6ad #f6b8ad

Monochromatic Colors of #f6dcad

#f6dcad

Complementary Color

#f6dcad #adc7f6

#f6dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dcad Color CSS Codes

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

#f6dcad Text Font Color

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

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


#f6dcad Background Color

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

This div background color is #f6dcad


#f6dcad Border Color

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

This div border color is #f6dcad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,220,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6dcad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6dcad;
  -webkit-box-shadow: 1px 1px 3px 2px #f6dcad;
  box-shadow:         1px 1px 3px 2px #f6dcad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,220,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dcad


Comments

No comments written yet.

Please login to write comment.