Color Hex Logo

#f0ac7d Color Hex

#F0AC7D
(240,172,125)
0 Favorites   0 Comments

Color spaces of #f0ac7d

RGB 240172125
HSL0.070.790.72
HSV25°48°94°
CMYK 0.000.280.48   0.06
XYZ54.389449.511026.0920
Yxy49.51100.41840.3809
Hunter Lab70.364114.838327.2693
CIE-Lab75.768119.556533.9949

#f0ac7d color RGB value is (240,172,125).

#f0ac7d hex color red value is 240, green value is 172 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f0ac7d hue: 0.07 , saturation: 0.79 and the lightness value of f0ac7d is 0.72.

The process color (four color CMYK) of #f0ac7d color hex is 0.00, 0.28, 0.48, 0.06. Web safe color of #f0ac7d is #ff9966. Color #f0ac7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101100 01111101
Octal 360 254 175
Decimal 240 172 125
Hex F0 AC 7D

RGB Percentages of Color #f0ac7d

%44.69
%32.03
%23.28

CMYK Percentages of Color #f0ac7d

%0
%28
%48
%6

Triadic Colors of #f0ac7d

#f0ac7d #7df0ac #ac7df0

Analogous Colors of #f0ac7d

#f0ac7d #f0e67d #f07d88

Monochromatic Colors of #f0ac7d

#f0ac7d

Complementary Color

#f0ac7d #7dc1f0

#f0ac7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ac7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ac7d Color CSS Codes

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

#f0ac7d Text Font Color

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

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


#f0ac7d Background Color

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

This div background color is #f0ac7d


#f0ac7d Border Color

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

This div border color is #f0ac7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,172,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 #f0ac7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ac7d

#f0ac7d Color Palettes


Comments

No comments written yet.

Please login to write comment.