Color Hex Logo

#fdda4d Color Hex

#FDDA4D
(253,218,77)
0 Favorites   0 Comments

Color spaces of #fdda4d

RGB 25321877
HSL0.130.980.65
HSV48°70°99°
CMYK 0.000.140.70   0.01
XYZ66.919071.561317.3069
Yxy71.56130.42960.4594
Hunter Lab84.5939-6.834847.0857
CIE-Lab87.7570-2.419370.5528

#fdda4d color RGB value is (253,218,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 01001101
Octal 375 332 115
Decimal 253 218 77
Hex FD DA 4D

RGB Percentages of Color #fdda4d

%46.17
%39.78
%14.05

CMYK Percentages of Color #fdda4d

%0
%14
%70
%1

Triadic Colors of #fdda4d

#fdda4d #4dfdda #da4dfd

Analogous Colors of #fdda4d

#fdda4d #c8fd4d #fd824d

Monochromatic Colors of #fdda4d

#fdda4d

Complementary Color

#fdda4d #4d70fd

#fdda4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda4d Color CSS Codes

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

#fdda4d Text Font Color

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

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


#fdda4d Background Color

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

This div background color is #fdda4d


#fdda4d Border Color

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

This div border color is #fdda4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda4d


Comments

No comments written yet.

Please login to write comment.