Color Hex Logo

#fdac69 Color Hex

#FDAC69
(253,172,105)
0 Favorites   0 Comments

Color spaces of #fdac69

RGB 253172105
HSL0.080.970.70
HSV27°58°99°
CMYK 0.000.320.58   0.01
XYZ57.810351.407620.2403
Yxy51.40760.44660.3971
Hunter Lab71.699118.449433.4521
CIE-Lab76.925323.095546.0730

#fdac69 color RGB value is (253,172,105).

#fdac69 hex color red value is 253, green value is 172 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fdac69 hue: 0.08 , saturation: 0.97 and the lightness value of fdac69 is 0.70.

The process color (four color CMYK) of #fdac69 color hex is 0.00, 0.32, 0.58, 0.01. Web safe color of #fdac69 is #ff9966. Color #fdac69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 01101001
Octal 375 254 151
Decimal 253 172 105
Hex FD AC 69

RGB Percentages of Color #fdac69

%47.74
%32.45
%19.81

CMYK Percentages of Color #fdac69

%0
%32
%58
%1

Triadic Colors of #fdac69

#fdac69 #69fdac #ac69fd

Analogous Colors of #fdac69

#fdac69 #fdf669 #fd6970

Monochromatic Colors of #fdac69

#fdac69

Complementary Color

#fdac69 #69bafd

#fdac69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdac69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdac69 Color CSS Codes

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

#fdac69 Text Font Color

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

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


#fdac69 Background Color

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

This div background color is #fdac69


#fdac69 Border Color

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

This div border color is #fdac69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdac69


Comments

No comments written yet.

Please login to write comment.