Color Hex Logo

#ffac7d Color Hex

#FFAC7D
(255,172,125)
0 Favorites   0 Comments

Color spaces of #ffac7d

RGB 255172125
HSL0.061.000.75
HSV22°51°100°
CMYK 0.000.330.51   0.00
XYZ59.694252.245726.3402
Yxy52.24570.43170.3778
Hunter Lab72.281220.924128.9908
CIE-Lab77.427525.483236.4633

#ffac7d color RGB value is (255,172,125).

#ffac7d hex color red value is 255, green value is 172 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ffac7d hue: 0.06 , saturation: 1.00 and the lightness value of ffac7d is 0.75.

The process color (four color CMYK) of #ffac7d color hex is 0.00, 0.33, 0.51, 0.00. Web safe color of #ffac7d is #ff9966. Color #ffac7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 01111101
Octal 377 254 175
Decimal 255 172 125
Hex FF AC 7D

RGB Percentages of Color #ffac7d

%46.20
%31.16
%22.64

CMYK Percentages of Color #ffac7d

%0
%33
%51
%0

Triadic Colors of #ffac7d

#ffac7d #7dffac #ac7dff

Analogous Colors of #ffac7d

#ffac7d #ffed7d #ff7d8f

Monochromatic Colors of #ffac7d

#ffac7d

Complementary Color

#ffac7d #7dd0ff

#ffac7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac7d Color CSS Codes

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

#ffac7d Text Font Color

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

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


#ffac7d Background Color

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

This div background color is #ffac7d


#ffac7d Border Color

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

This div border color is #ffac7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac7d

Related Colors

#ffac7d Color Palettes


Comments

No comments written yet.

Please login to write comment.