Color Hex Logo

#fdb964 Color Hex

#FDB964
(253,185,100)
0 Favorites   0 Comments

Color spaces of #fdb964

RGB 253185100
HSL0.090.970.69
HSV33°60°99°
CMYK 0.000.270.60   0.01
XYZ60.157256.500719.7917
Yxy56.50070.44090.4141
Hunter Lab75.166911.314037.0056
CIE-Lab79.897915.939152.0479

#fdb964 color RGB value is (253,185,100).

#fdb964 hex color red value is 253, green value is 185 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fdb964 hue: 0.09 , saturation: 0.97 and the lightness value of fdb964 is 0.69.

The process color (four color CMYK) of #fdb964 color hex is 0.00, 0.27, 0.60, 0.01. Web safe color of #fdb964 is #ffcc66. Color #fdb964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 01100100
Octal 375 271 144
Decimal 253 185 100
Hex FD B9 64

RGB Percentages of Color #fdb964

%47.03
%34.39
%18.59

CMYK Percentages of Color #fdb964

%0
%27
%60
%1

Triadic Colors of #fdb964

#fdb964 #64fdb9 #b964fd

Analogous Colors of #fdb964

#fdb964 #f5fd64 #fd6d64

Monochromatic Colors of #fdb964

#fdb964

Complementary Color

#fdb964 #64a8fd

#fdb964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb964 Color CSS Codes

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

#fdb964 Text Font Color

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

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


#fdb964 Background Color

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

This div background color is #fdb964


#fdb964 Border Color

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

This div border color is #fdb964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb964

#fdb964 Color Palettes


Comments

No comments written yet.

Please login to write comment.