Color Hex Logo

#fda967 Color Hex

#FDA967
(253,169,103)
0 Favorites   0 Comments

Color spaces of #fda967

RGB 253169103
HSL0.070.970.70
HSV26°59°99°
CMYK 0.000.330.59   0.01
XYZ57.144250.237919.5170
Yxy50.23790.45030.3959
Hunter Lab70.878719.873533.2891
CIE-Lab76.215124.523446.2247

#fda967 color RGB value is (253,169,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01100111
Octal 375 251 147
Decimal 253 169 103
Hex FD A9 67

RGB Percentages of Color #fda967

%48.19
%32.19
%19.62

CMYK Percentages of Color #fda967

%0
%33
%59
%1

Triadic Colors of #fda967

#fda967 #67fda9 #a967fd

Analogous Colors of #fda967

#fda967 #fdf467 #fd6770

Monochromatic Colors of #fda967

#fda967

Complementary Color

#fda967 #67bbfd

#fda967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda967 Color CSS Codes

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

#fda967 Text Font Color

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

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


#fda967 Background Color

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

This div background color is #fda967


#fda967 Border Color

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

This div border color is #fda967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda967


Comments

No comments written yet.

Please login to write comment.