Color Hex Logo

#fda466 Color Hex

#FDA466
(253,164,102)
0 Favorites   0 Comments

Color spaces of #fda466

RGB 253164102
HSL0.070.970.70
HSV25°60°99°
CMYK 0.000.350.60   0.01
XYZ56.181748.392918.9500
Yxy48.39290.45480.3918
Hunter Lab69.565022.420432.5445
CIE-Lab75.072127.067345.3568

#fda466 color RGB value is (253,164,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01100110
Octal 375 244 146
Decimal 253 164 102
Hex FD A4 66

RGB Percentages of Color #fda466

%48.75
%31.60
%19.65

CMYK Percentages of Color #fda466

%0
%35
%60
%1

Triadic Colors of #fda466

#fda466 #66fda4 #a466fd

Analogous Colors of #fda466

#fda466 #fdf066 #fd6674

Monochromatic Colors of #fda466

#fda466

Complementary Color

#fda466 #66bffd

#fda466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda466 Color CSS Codes

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

#fda466 Text Font Color

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

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


#fda466 Background Color

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

This div background color is #fda466


#fda466 Border Color

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

This div border color is #fda466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda466


Comments

No comments written yet.

Please login to write comment.