Color Hex Logo

#ffac0d Color Hex

#FFAC0D
(255,172,13)
1 Favorites   0 Comments

Color spaces of #ffac0d

RGB 25517213
HSL0.111.000.53
HSV39°95°100°
CMYK 0.000.330.95   0.00
XYZ56.065250.79417.2301
Yxy50.79410.49140.4452
Hunter Lab71.270015.696243.8742
CIE-Lab76.554120.388978.5873

#ffac0d color RGB value is (255,172,13).

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

The process color (four color CMYK) of #ffac0d color hex is 0.00, 0.33, 0.95, 0.00. Web safe color of #ffac0d is #ff9900. Color #ffac0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 00001101
Octal 377 254 15
Decimal 255 172 13
Hex FF AC D

RGB Percentages of Color #ffac0d

%57.95
%39.09
%2.95

CMYK Percentages of Color #ffac0d

%0
%33
%95
%0

Triadic Colors of #ffac0d

#ffac0d #0dffac #ac0dff

Analogous Colors of #ffac0d

#ffac0d #d9ff0d #ff330d

Monochromatic Colors of #ffac0d

#ffac0d

Complementary Color

#ffac0d #0d60ff

#ffac0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac0d Color CSS Codes

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

#ffac0d Text Font Color

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

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


#ffac0d Background Color

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

This div background color is #ffac0d


#ffac0d Border Color

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

This div border color is #ffac0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac0d

#ffac0d Color Palettes


Comments

No comments written yet.

Please login to write comment.