Color Hex Logo

#f67daa Color Hex

#F67DAA
(246,125,170)
0 Favorites   0 Comments

Color spaces of #f67daa

RGB 246125170
HSL0.940.870.73
HSV338°49°96°
CMYK 0.000.490.31   0.04
XYZ52.595437.162342.4312
Yxy37.16230.39790.2811
Hunter Lab60.960947.32341.4044
CIE-Lab67.398651.0169-2.2941

#f67daa color RGB value is (246,125,170).

#f67daa hex color red value is 246, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f67daa hue: 0.94 , saturation: 0.87 and the lightness value of f67daa is 0.73.

The process color (four color CMYK) of #f67daa color hex is 0.00, 0.49, 0.31, 0.04. Web safe color of #f67daa is #ff6699. Color #f67daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 10101010
Octal 366 175 252
Decimal 246 125 170
Hex F6 7D AA

RGB Percentages of Color #f67daa

%45.47
%23.11
%31.42

CMYK Percentages of Color #f67daa

%0
%49
%31
%4

Triadic Colors of #f67daa

#f67daa #aaf67d #7daaf6

Analogous Colors of #f67daa

#f67daa #f68d7d #f67de7

Monochromatic Colors of #f67daa

#f67daa

Complementary Color

#f67daa #7df6c9

#f67daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67daa Color CSS Codes

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

#f67daa Text Font Color

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

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


#f67daa Background Color

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

This div background color is #f67daa


#f67daa Border Color

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

This div border color is #f67daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67daa


Comments

No comments written yet.

Please login to write comment.