Color Hex Logo

#f6adba Color Hex

#F6ADBA
(246,173,186)
0 Favorites   0 Comments

Color spaces of #f6adba

RGB 246173186
HSL0.970.800.82
HSV349°30°96°
CMYK 0.000.300.24   0.04
XYZ61.812553.025153.4314
Yxy53.02510.36730.3151
Hunter Lab72.818324.08927.4680
CIE-Lab77.889828.49674.1268

#f6adba color RGB value is (246,173,186).

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

The process color (four color CMYK) of #f6adba color hex is 0.00, 0.30, 0.24, 0.04. Web safe color of #f6adba is #ff99cc. Color #f6adba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101101 10111010
Octal 366 255 272
Decimal 246 173 186
Hex F6 AD BA

RGB Percentages of Color #f6adba

%40.66
%28.60
%30.74

CMYK Percentages of Color #f6adba

%0
%30
%24
%4

Triadic Colors of #f6adba

#f6adba #baf6ad #adbaf6

Analogous Colors of #f6adba

#f6adba #f6c5ad #f6addf

Monochromatic Colors of #f6adba

#f6adba

Complementary Color

#f6adba #adf6e9

#f6adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6adba Color CSS Codes

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

#f6adba Text Font Color

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

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


#f6adba Background Color

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

This div background color is #f6adba


#f6adba Border Color

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

This div border color is #f6adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6adba


Comments

No comments written yet.

Please login to write comment.