Color Hex Logo

#ffac15 Color Hex

#FFAC15
(255,172,21)
0 Favorites   0 Comments

Color spaces of #ffac15

RGB 25517221
HSL0.111.000.54
HSV39°92°100°
CMYK 0.000.330.92   0.00
XYZ56.127950.81927.5603
Yxy50.81920.49020.4438
Hunter Lab71.287615.787743.6134
CIE-Lab76.569420.479577.3990

#ffac15 color RGB value is (255,172,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 00010101
Octal 377 254 25
Decimal 255 172 21
Hex FF AC 15

RGB Percentages of Color #ffac15

%56.92
%38.39
%4.69

CMYK Percentages of Color #ffac15

%0
%33
%92
%0

Triadic Colors of #ffac15

#ffac15 #15ffac #ac15ff

Analogous Colors of #ffac15

#ffac15 #ddff15 #ff3715

Monochromatic Colors of #ffac15

#ffac15

Complementary Color

#ffac15 #1568ff

#ffac15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac15 Color CSS Codes

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

#ffac15 Text Font Color

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

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


#ffac15 Background Color

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

This div background color is #ffac15


#ffac15 Border Color

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

This div border color is #ffac15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac15


Comments

No comments written yet.

Please login to write comment.