Color Hex Logo

#fdda4a Color Hex

#FDDA4A
(253,218,74)
0 Favorites   0 Comments

Color spaces of #fdda4a

RGB 25321874
HSL0.130.980.64
HSV48°71°99°
CMYK 0.000.140.71   0.01
XYZ66.815471.519916.7617
Yxy71.51990.43080.4611
Hunter Lab84.5694-6.969847.4473
CIE-Lab87.7370-2.562771.6681

#fdda4a color RGB value is (253,218,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 01001010
Octal 375 332 112
Decimal 253 218 74
Hex FD DA 4A

RGB Percentages of Color #fdda4a

%46.42
%40.00
%13.58

CMYK Percentages of Color #fdda4a

%0
%14
%71
%1

Triadic Colors of #fdda4a

#fdda4a #4afdda #da4afd

Analogous Colors of #fdda4a

#fdda4a #c7fd4a #fd814a

Monochromatic Colors of #fdda4a

#fdda4a

Complementary Color

#fdda4a #4a6dfd

#fdda4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda4a Color CSS Codes

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

#fdda4a Text Font Color

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

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


#fdda4a Background Color

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

This div background color is #fdda4a


#fdda4a Border Color

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

This div border color is #fdda4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda4a

Related Colors


Comments

No comments written yet.

Please login to write comment.