Color Hex Logo

#ffac3d Color Hex

#FFAC3D
(255,172,61)
0 Favorites   0 Comments

Color spaces of #ffac3d

RGB 25517261
HSL0.101.000.62
HSV34°76°100°
CMYK 0.000.330.76   0.00
XYZ56.834851.102011.2830
Yxy51.10200.47670.4286
Hunter Lab71.485716.816840.6819
CIE-Lab76.740821.494465.9576

#ffac3d color RGB value is (255,172,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 00111101
Octal 377 254 75
Decimal 255 172 61
Hex FF AC 3D

RGB Percentages of Color #ffac3d

%52.25
%35.25
%12.50

CMYK Percentages of Color #ffac3d

%0
%33
%76
%0

Triadic Colors of #ffac3d

#ffac3d #3dffac #ac3dff

Analogous Colors of #ffac3d

#ffac3d #f1ff3d #ff4b3d

Monochromatic Colors of #ffac3d

#ffac3d

Complementary Color

#ffac3d #3d90ff

#ffac3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac3d Color CSS Codes

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

#ffac3d Text Font Color

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

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


#ffac3d Background Color

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

This div background color is #ffac3d


#ffac3d Border Color

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

This div border color is #ffac3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac3d

Related Colors


Comments

No comments written yet.

Please login to write comment.