Color Hex Logo

#fda468 Color Hex

#FDA468
(253,164,104)
0 Favorites   0 Comments

Color spaces of #fda468

RGB 253164104
HSL0.070.970.70
HSV24°59°99°
CMYK 0.000.350.59   0.01
XYZ56.282248.433019.4788
Yxy48.43300.45320.3900
Hunter Lab69.593822.568132.1208
CIE-Lab75.097227.209044.3711

#fda468 color RGB value is (253,164,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01101000
Octal 375 244 150
Decimal 253 164 104
Hex FD A4 68

RGB Percentages of Color #fda468

%48.56
%31.48
%19.96

CMYK Percentages of Color #fda468

%0
%35
%59
%1

Triadic Colors of #fda468

#fda468 #68fda4 #a468fd

Analogous Colors of #fda468

#fda468 #fdef68 #fd6877

Monochromatic Colors of #fda468

#fda468

Complementary Color

#fda468 #68c1fd

#fda468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda468 Color CSS Codes

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

#fda468 Text Font Color

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

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


#fda468 Background Color

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

This div background color is #fda468


#fda468 Border Color

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

This div border color is #fda468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda468


Comments

No comments written yet.

Please login to write comment.