Color Hex Logo

#f6dab6 Color Hex

#F6DAB6
(246,218,182)
0 Favorites   0 Comments

Color spaces of #f6dab6

RGB 246218182
HSL0.090.780.84
HSV34°26°96°
CMYK 0.000.110.26   0.04
XYZ71.520973.113054.5986
Yxy73.11300.35900.3670
Hunter Lab85.5061-0.330921.9956
CIE-Lab88.50164.342321.2825

#f6dab6 color RGB value is (246,218,182).

#f6dab6 hex color red value is 246, green value is 218 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #f6dab6 hue: 0.09 , saturation: 0.78 and the lightness value of f6dab6 is 0.84.

The process color (four color CMYK) of #f6dab6 color hex is 0.00, 0.11, 0.26, 0.04. Web safe color of #f6dab6 is #ffcccc. Color #f6dab6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 10110110
Octal 366 332 266
Decimal 246 218 182
Hex F6 DA B6

RGB Percentages of Color #f6dab6

%38.08
%33.75
%28.17

CMYK Percentages of Color #f6dab6

%0
%11
%26
%4

Triadic Colors of #f6dab6

#f6dab6 #b6f6da #dab6f6

Analogous Colors of #f6dab6

#f6dab6 #f2f6b6 #f6bab6

Monochromatic Colors of #f6dab6

#f6dab6

Complementary Color

#f6dab6 #b6d2f6

#f6dab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dab6 Color CSS Codes

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

#f6dab6 Text Font Color

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

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


#f6dab6 Background Color

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

This div background color is #f6dab6


#f6dab6 Border Color

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

This div border color is #f6dab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dab6


Comments

No comments written yet.

Please login to write comment.