Color Hex Logo

#ffac60 Color Hex

#FFAC60
(255,172,96)
0 Favorites   0 Comments

Color spaces of #ffac60

RGB 25517296
HSL0.081.000.69
HSV29°62°100°
CMYK 0.000.330.62   0.00
XYZ58.103851.609617.9656
Yxy51.60960.45510.4042
Hunter Lab71.839818.650535.4607
CIE-Lab77.046823.287350.7296

#ffac60 color RGB value is (255,172,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 01100000
Octal 377 254 140
Decimal 255 172 96
Hex FF AC 60

RGB Percentages of Color #ffac60

%48.76
%32.89
%18.36

CMYK Percentages of Color #ffac60

%0
%33
%62
%0

Triadic Colors of #ffac60

#ffac60 #60ffac #ac60ff

Analogous Colors of #ffac60

#ffac60 #fffc60 #ff6063

Monochromatic Colors of #ffac60

#ffac60

Complementary Color

#ffac60 #60b3ff

#ffac60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac60 Color CSS Codes

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

#ffac60 Text Font Color

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

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


#ffac60 Background Color

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

This div background color is #ffac60


#ffac60 Border Color

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

This div border color is #ffac60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac60


Comments

No comments written yet.

Please login to write comment.