Color Hex Logo

#fddc49 Color Hex

#FDDC49
(253,220,73)
0 Favorites   0 Comments

Color spaces of #fddc49

RGB 25322073
HSL0.140.980.64
HSV49°71°99°
CMYK 0.000.130.71   0.01
XYZ67.303872.550116.7596
Yxy72.55010.42970.4632
Hunter Lab85.1763-8.013247.9573
CIE-Lab88.2327-3.618872.5273

#fddc49 color RGB value is (253,220,73).

#fddc49 hex color red value is 253, green value is 220 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fddc49 hue: 0.14 , saturation: 0.98 and the lightness value of fddc49 is 0.64.

The process color (four color CMYK) of #fddc49 color hex is 0.00, 0.13, 0.71, 0.01. Web safe color of #fddc49 is #ffcc33. Color #fddc49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 01001001
Octal 375 334 111
Decimal 253 220 73
Hex FD DC 49

RGB Percentages of Color #fddc49

%46.34
%40.29
%13.37

CMYK Percentages of Color #fddc49

%0
%13
%71
%1

Triadic Colors of #fddc49

#fddc49 #49fddc #dc49fd

Analogous Colors of #fddc49

#fddc49 #c4fd49 #fd8249

Monochromatic Colors of #fddc49

#fddc49

Complementary Color

#fddc49 #496afd

#fddc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc49 Color CSS Codes

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

#fddc49 Text Font Color

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

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


#fddc49 Background Color

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

This div background color is #fddc49


#fddc49 Border Color

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

This div border color is #fddc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc49


Comments

No comments written yet.

Please login to write comment.