Color Hex Logo

#fdda4e Color Hex

#FDDA4E
(253,218,78)
0 Favorites   0 Comments

Color spaces of #fdda4e

RGB 25321878
HSL0.130.980.65
HSV48°69°99°
CMYK 0.000.140.69   0.01
XYZ66.954671.575517.4943
Yxy71.57550.42910.4587
Hunter Lab84.6023-6.788446.9615
CIE-Lab87.7639-2.370070.1750

#fdda4e color RGB value is (253,218,78).

#fdda4e hex color red value is 253, green value is 218 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fdda4e hue: 0.13 , saturation: 0.98 and the lightness value of fdda4e is 0.65.

The process color (four color CMYK) of #fdda4e color hex is 0.00, 0.14, 0.69, 0.01. Web safe color of #fdda4e is #ffcc66. Color #fdda4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 01001110
Octal 375 332 116
Decimal 253 218 78
Hex FD DA 4E

RGB Percentages of Color #fdda4e

%46.08
%39.71
%14.21

CMYK Percentages of Color #fdda4e

%0
%14
%69
%1

Triadic Colors of #fdda4e

#fdda4e #4efdda #da4efd

Analogous Colors of #fdda4e

#fdda4e #c9fd4e #fd834e

Monochromatic Colors of #fdda4e

#fdda4e

Complementary Color

#fdda4e #4e71fd

#fdda4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda4e Color CSS Codes

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

#fdda4e Text Font Color

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

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


#fdda4e Background Color

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

This div background color is #fdda4e


#fdda4e Border Color

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

This div border color is #fdda4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda4e

Related Colors

#fdda4e Color Palettes


Comments

No comments written yet.

Please login to write comment.