Color Hex Logo

#fda664 Color Hex

#FDA664
(253,166,100)
0 Favorites   0 Comments

Color spaces of #fda664

RGB 253166100
HSL0.070.970.69
HSV26°60°99°
CMYK 0.000.340.60   0.01
XYZ56.444549.075218.5541
Yxy49.07520.45490.3955
Hunter Lab70.053721.229233.3343
CIE-Lab75.498125.884346.8745

#fda664 color RGB value is (253,166,100).

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

The process color (four color CMYK) of #fda664 color hex is 0.00, 0.34, 0.60, 0.01. Web safe color of #fda664 is #ff9966. Color #fda664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 01100100
Octal 375 246 144
Decimal 253 166 100
Hex FD A6 64

RGB Percentages of Color #fda664

%48.75
%31.98
%19.27

CMYK Percentages of Color #fda664

%0
%34
%60
%1

Triadic Colors of #fda664

#fda664 #64fda6 #a664fd

Analogous Colors of #fda664

#fda664 #fdf364 #fd646f

Monochromatic Colors of #fda664

#fda664

Complementary Color

#fda664 #64bbfd

#fda664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda664 Color CSS Codes

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

#fda664 Text Font Color

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

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


#fda664 Background Color

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

This div background color is #fda664


#fda664 Border Color

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

This div border color is #fda664


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,166,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 #fda664">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda664


Comments

No comments written yet.

Please login to write comment.