Color Hex Logo

#fdd44f Color Hex

#FDD44F
(253,212,79)
0 Favorites   0 Comments

Color spaces of #fdd44f

RGB 25321279
HSL0.130.980.65
HSV46°69°99°
CMYK 0.000.160.69   0.01
XYZ65.462868.534117.1753
Yxy68.53410.43300.4534
Hunter Lab82.7853-3.724845.6490
CIE-Lab86.27280.727968.2692

#fdd44f color RGB value is (253,212,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 01001111
Octal 375 324 117
Decimal 253 212 79
Hex FD D4 4F

RGB Percentages of Color #fdd44f

%46.51
%38.97
%14.52

CMYK Percentages of Color #fdd44f

%0
%16
%69
%1

Triadic Colors of #fdd44f

#fdd44f #4ffdd4 #d44ffd

Analogous Colors of #fdd44f

#fdd44f #cffd4f #fd7d4f

Monochromatic Colors of #fdd44f

#fdd44f

Complementary Color

#fdd44f #4f78fd

#fdd44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd44f Color CSS Codes

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

#fdd44f Text Font Color

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

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


#fdd44f Background Color

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

This div background color is #fdd44f


#fdd44f Border Color

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

This div border color is #fdd44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd44f


Comments

No comments written yet.

Please login to write comment.