Color Hex Logo

#fdd14f Color Hex

#FDD14F
(253,209,79)
0 Favorites   0 Comments

Color spaces of #fdd14f

RGB 25320979
HSL0.120.980.65
HSV45°69°99°
CMYK 0.000.170.69   0.01
XYZ64.719867.048116.9276
Yxy67.04810.43530.4509
Hunter Lab81.8829-2.209745.0610
CIE-Lab85.52822.260467.5074

#fdd14f color RGB value is (253,209,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01001111
Octal 375 321 117
Decimal 253 209 79
Hex FD D1 4F

RGB Percentages of Color #fdd14f

%46.77
%38.63
%14.60

CMYK Percentages of Color #fdd14f

%0
%17
%69
%1

Triadic Colors of #fdd14f

#fdd14f #4ffdd1 #d14ffd

Analogous Colors of #fdd14f

#fdd14f #d2fd4f #fd7a4f

Monochromatic Colors of #fdd14f

#fdd14f

Complementary Color

#fdd14f #4f7bfd

#fdd14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd14f Color CSS Codes

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

#fdd14f Text Font Color

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

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


#fdd14f Background Color

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

This div background color is #fdd14f


#fdd14f Border Color

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

This div border color is #fdd14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd14f


Comments

No comments written yet.

Please login to write comment.