Color Hex Logo

#ffac11 Color Hex

#FFAC11
(255,172,17)
0 Favorites   0 Comments

Color spaces of #ffac11

RGB 25517217
HSL0.111.000.53
HSV39°93°100°
CMYK 0.000.330.93   0.00
XYZ56.093750.80557.3803
Yxy50.80550.49080.4446
Hunter Lab71.278015.737943.7555
CIE-Lab76.561020.430178.0423

#ffac11 color RGB value is (255,172,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 00010001
Octal 377 254 21
Decimal 255 172 17
Hex FF AC 11

RGB Percentages of Color #ffac11

%57.43
%38.74
%3.83

CMYK Percentages of Color #ffac11

%0
%33
%93
%0

Triadic Colors of #ffac11

#ffac11 #11ffac #ac11ff

Analogous Colors of #ffac11

#ffac11 #dbff11 #ff3511

Monochromatic Colors of #ffac11

#ffac11

Complementary Color

#ffac11 #1164ff

#ffac11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac11 Color CSS Codes

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

#ffac11 Text Font Color

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

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


#ffac11 Background Color

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

This div background color is #ffac11


#ffac11 Border Color

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

This div border color is #ffac11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac11


Comments

No comments written yet.

Please login to write comment.