Color Hex Logo

#fdd72d Color Hex

#FDD72D
(253,215,45)
0 Favorites   0 Comments

Color spaces of #fdd72d

RGB 25321545
HSL0.140.980.58
HSV49°82°99°
CMYK 0.000.150.82   0.01
XYZ65.282169.673012.4901
Yxy69.67300.44280.4725
Hunter Lab83.4704-6.468449.5574
CIE-Lab86.8362-2.107380.1265

#fdd72d color RGB value is (253,215,45).

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

The process color (four color CMYK) of #fdd72d color hex is 0.00, 0.15, 0.82, 0.01. Web safe color of #fdd72d is #ffcc33. Color #fdd72d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 00101101
Octal 375 327 55
Decimal 253 215 45
Hex FD D7 2D

RGB Percentages of Color #fdd72d

%49.32
%41.91
%8.77

CMYK Percentages of Color #fdd72d

%0
%15
%82
%1

Triadic Colors of #fdd72d

#fdd72d #2dfdd7 #d72dfd

Analogous Colors of #fdd72d

#fdd72d #bbfd2d #fd6f2d

Monochromatic Colors of #fdd72d

#fdd72d

Complementary Color

#fdd72d #2d53fd

#fdd72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd72d Color CSS Codes

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

#fdd72d Text Font Color

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

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


#fdd72d Background Color

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

This div background color is #fdd72d


#fdd72d Border Color

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

This div border color is #fdd72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd72d


Comments

No comments written yet.

Please login to write comment.