Color Hex Logo

#ffac2b Color Hex

#FFAC2B
(255,172,43)
0 Favorites   0 Comments

Color spaces of #ffac2b

RGB 25517243
HSL0.101.000.58
HSV37°83°100°
CMYK 0.000.330.83   0.00
XYZ56.428650.93959.1437
Yxy50.93950.48430.4372
Hunter Lab71.371916.226242.3645
CIE-Lab76.642320.912772.1457

#ffac2b color RGB value is (255,172,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 00101011
Octal 377 254 53
Decimal 255 172 43
Hex FF AC 2B

RGB Percentages of Color #ffac2b

%54.26
%36.60
%9.15

CMYK Percentages of Color #ffac2b

%0
%33
%83
%0

Triadic Colors of #ffac2b

#ffac2b #2bffac #ac2bff

Analogous Colors of #ffac2b

#ffac2b #e8ff2b #ff422b

Monochromatic Colors of #ffac2b

#ffac2b

Complementary Color

#ffac2b #2b7eff

#ffac2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac2b Color CSS Codes

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

#ffac2b Text Font Color

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

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


#ffac2b Background Color

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

This div background color is #ffac2b


#ffac2b Border Color

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

This div border color is #ffac2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac2b

Related Colors


Comments

No comments written yet.

Please login to write comment.