Color Hex Logo

#fddd4a Color Hex

#FDDD4A
(253,221,74)
0 Favorites   0 Comments

Color spaces of #fddd4a

RGB 25322174
HSL0.140.980.64
HSV49°71°99°
CMYK 0.000.130.71   0.01
XYZ67.600573.090017.0234
Yxy73.09000.42860.4634
Hunter Lab85.4927-8.469348.0390
CIE-Lab88.4906-4.076672.4125

#fddd4a color RGB value is (253,221,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01001010
Octal 375 335 112
Decimal 253 221 74
Hex FD DD 4A

RGB Percentages of Color #fddd4a

%46.17
%40.33
%13.50

CMYK Percentages of Color #fddd4a

%0
%13
%71
%1

Triadic Colors of #fddd4a

#fddd4a #4afddd #dd4afd

Analogous Colors of #fddd4a

#fddd4a #c4fd4a #fd844a

Monochromatic Colors of #fddd4a

#fddd4a

Complementary Color

#fddd4a #4a6afd

#fddd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd4a Color CSS Codes

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

#fddd4a Text Font Color

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

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


#fddd4a Background Color

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

This div background color is #fddd4a


#fddd4a Border Color

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

This div border color is #fddd4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,221,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 #fddd4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd4a

Related Colors


Comments

No comments written yet.

Please login to write comment.