Color Hex Logo

#fdd01f Color Hex

#FDD01F
(253,208,31)
0 Favorites   0 Comments

Color spaces of #fdd01f

RGB 25320831
HSL0.130.980.56
HSV48°88°99°
CMYK 0.000.180.88   0.01
XYZ63.311266.093310.7168
Yxy66.09330.45180.4717
Hunter Lab81.2978-3.263049.0928
CIE-Lab85.04401.132981.8720

#fdd01f color RGB value is (253,208,31).

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

The process color (four color CMYK) of #fdd01f color hex is 0.00, 0.18, 0.88, 0.01. Web safe color of #fdd01f is #ffcc33. Color #fdd01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 00011111
Octal 375 320 37
Decimal 253 208 31
Hex FD D0 1F

RGB Percentages of Color #fdd01f

%51.42
%42.28
%6.30

CMYK Percentages of Color #fdd01f

%0
%18
%88
%1

Triadic Colors of #fdd01f

#fdd01f #1ffdd0 #d01ffd

Analogous Colors of #fdd01f

#fdd01f #bbfd1f #fd611f

Monochromatic Colors of #fdd01f

#fdd01f

Complementary Color

#fdd01f #1f4cfd

#fdd01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd01f Color CSS Codes

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

#fdd01f Text Font Color

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

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


#fdd01f Background Color

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

This div background color is #fdd01f


#fdd01f Border Color

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

This div border color is #fdd01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd01f


Comments

No comments written yet.

Please login to write comment.