Color Hex Logo

#fdac67 Color Hex

#FDAC67
(253,172,103)
0 Favorites   0 Comments

Color spaces of #fdac67

RGB 253172103
HSL0.080.970.70
HSV28°59°99°
CMYK 0.000.320.59   0.01
XYZ57.708751.367019.7052
Yxy51.36700.44810.3989
Hunter Lab71.670818.302833.8683
CIE-Lab76.900822.952747.0457

#fdac67 color RGB value is (253,172,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 01100111
Octal 375 254 147
Decimal 253 172 103
Hex FD AC 67

RGB Percentages of Color #fdac67

%47.92
%32.58
%19.51

CMYK Percentages of Color #fdac67

%0
%32
%59
%1

Triadic Colors of #fdac67

#fdac67 #67fdac #ac67fd

Analogous Colors of #fdac67

#fdac67 #fdf767 #fd676d

Monochromatic Colors of #fdac67

#fdac67

Complementary Color

#fdac67 #67b8fd

#fdac67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdac67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdac67 Color CSS Codes

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

#fdac67 Text Font Color

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

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


#fdac67 Background Color

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

This div background color is #fdac67


#fdac67 Border Color

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

This div border color is #fdac67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdac67


Comments

No comments written yet.

Please login to write comment.