Color Hex Logo

#ffac56 Color Hex

#FFAC56
(255,172,86)
0 Favorites   0 Comments

Color spaces of #ffac56

RGB 25517286
HSL0.081.000.67
HSV31°66°100°
CMYK 0.000.330.66   0.00
XYZ57.672251.436915.6928
Yxy51.43690.46210.4121
Hunter Lab71.719518.029037.2305
CIE-Lab76.942922.681855.3863

#ffac56 color RGB value is (255,172,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 01010110
Octal 377 254 126
Decimal 255 172 86
Hex FF AC 56

RGB Percentages of Color #ffac56

%49.71
%33.53
%16.76

CMYK Percentages of Color #ffac56

%0
%33
%66
%0

Triadic Colors of #ffac56

#ffac56 #56ffac #ac56ff

Analogous Colors of #ffac56

#ffac56 #feff56 #ff5856

Monochromatic Colors of #ffac56

#ffac56

Complementary Color

#ffac56 #56a9ff

#ffac56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac56 Color CSS Codes

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

#ffac56 Text Font Color

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

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


#ffac56 Background Color

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

This div background color is #ffac56


#ffac56 Border Color

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

This div border color is #ffac56


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,172,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac56

Related Colors


Comments

No comments written yet.

Please login to write comment.