Color Hex Logo

#fddb3d Color Hex

#FDDB3D
(253,219,61)
0 Favorites   0 Comments

Color spaces of #fddb3d

RGB 25321961
HSL0.140.980.62
HSV49°76°99°
CMYK 0.000.130.76   0.01
XYZ66.681871.882614.7751
Yxy71.88260.43490.4688
Hunter Lab84.7836-7.982149.0162
CIE-Lab87.9121-3.613876.3839

#fddb3d color RGB value is (253,219,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 00111101
Octal 375 333 75
Decimal 253 219 61
Hex FD DB 3D

RGB Percentages of Color #fddb3d

%47.47
%41.09
%11.44

CMYK Percentages of Color #fddb3d

%0
%13
%76
%1

Triadic Colors of #fddb3d

#fddb3d #3dfddb #db3dfd

Analogous Colors of #fddb3d

#fddb3d #bffd3d #fd7b3d

Monochromatic Colors of #fddb3d

#fddb3d

Complementary Color

#fddb3d #3d5ffd

#fddb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddb3d Color CSS Codes

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

#fddb3d Text Font Color

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

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


#fddb3d Background Color

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

This div background color is #fddb3d


#fddb3d Border Color

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

This div border color is #fddb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddb3d


Comments

No comments written yet.

Please login to write comment.