Color Hex Logo

#f6aa7d Color Hex

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

Color spaces of #f6aa7d

RGB 246170125
HSL0.060.870.73
HSV22°49°96°
CMYK 0.000.310.49   0.04
XYZ56.082449.822926.0630
Yxy49.82290.42500.3775
Hunter Lab70.585318.299827.5174
CIE-Lab75.960422.990834.3725

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

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

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

Base Numbers

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

RGB Percentages of Color #f6aa7d

%45.47
%31.42
%23.11

CMYK Percentages of Color #f6aa7d

%0
%31
%49
%4

Triadic Colors of #f6aa7d

#f6aa7d #7df6aa #aa7df6

Analogous Colors of #f6aa7d

#f6aa7d #f6e77d #f67d8d

Monochromatic Colors of #f6aa7d

#f6aa7d

Complementary Color

#f6aa7d #7dc9f6

#f6aa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aa7d Color CSS Codes

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

#f6aa7d Text Font Color

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

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


#f6aa7d Background Color

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

This div background color is #f6aa7d


#f6aa7d Border Color

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

This div border color is #f6aa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aa7d


Comments

No comments written yet.

Please login to write comment.