Color Hex Logo

#fdaf60 Color Hex

#FDAF60
(253,175,96)
0 Favorites   0 Comments

Color spaces of #fdaf60

RGB 25317596
HSL0.080.980.68
HSV30°62°99°
CMYK 0.000.310.62   0.01
XYZ57.949352.387118.1238
Yxy52.38710.45110.4078
Hunter Lab72.378916.250735.8189
CIE-Lab77.511720.906951.2101

#fdaf60 color RGB value is (253,175,96).

#fdaf60 hex color red value is 253, green value is 175 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fdaf60 hue: 0.08 , saturation: 0.98 and the lightness value of fdaf60 is 0.68.

The process color (four color CMYK) of #fdaf60 color hex is 0.00, 0.31, 0.62, 0.01. Web safe color of #fdaf60 is #ff9966. Color #fdaf60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 01100000
Octal 375 257 140
Decimal 253 175 96
Hex FD AF 60

RGB Percentages of Color #fdaf60

%48.28
%33.40
%18.32

CMYK Percentages of Color #fdaf60

%0
%31
%62
%1

Triadic Colors of #fdaf60

#fdaf60 #60fdaf #af60fd

Analogous Colors of #fdaf60

#fdaf60 #fdfd60 #fd6160

Monochromatic Colors of #fdaf60

#fdaf60

Complementary Color

#fdaf60 #60aefd

#fdaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaf60 Color CSS Codes

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

#fdaf60 Text Font Color

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

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


#fdaf60 Background Color

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

This div background color is #fdaf60


#fdaf60 Border Color

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

This div border color is #fdaf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaf60


Comments

No comments written yet.

Please login to write comment.