Color Hex Logo

#ffac1d Color Hex

#FFAC1D
(255,172,29)
0 Favorites   0 Comments

Color spaces of #ffac1d

RGB 25517229
HSL0.111.000.56
HSV38°89°100°
CMYK 0.000.330.89   0.00
XYZ56.214350.85388.0153
Yxy50.85380.48850.4419
Hunter Lab71.311915.913743.2542
CIE-Lab76.590420.604175.8181

#ffac1d color RGB value is (255,172,29).

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

The process color (four color CMYK) of #ffac1d color hex is 0.00, 0.33, 0.89, 0.00. Web safe color of #ffac1d is #ff9933. Color #ffac1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 00011101
Octal 377 254 35
Decimal 255 172 29
Hex FF AC 1D

RGB Percentages of Color #ffac1d

%55.92
%37.72
%6.36

CMYK Percentages of Color #ffac1d

%0
%33
%89
%0

Triadic Colors of #ffac1d

#ffac1d #1dffac #ac1dff

Analogous Colors of #ffac1d

#ffac1d #e1ff1d #ff3b1d

Monochromatic Colors of #ffac1d

#ffac1d

Complementary Color

#ffac1d #1d70ff

#ffac1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac1d Color CSS Codes

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

#ffac1d Text Font Color

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

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


#ffac1d Background Color

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

This div background color is #ffac1d


#ffac1d Border Color

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

This div border color is #ffac1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac1d

Related Colors


Comments

No comments written yet.

Please login to write comment.