Color Hex Logo

#fdd90d Color Hex

#FDD90D
(253,217,13)
0 Favorites   0 Comments

Color spaces of #fdd90d

RGB 25321713
HSL0.140.980.52
HSV51°95°99°
CMYK 0.000.140.95   0.01
XYZ65.393570.537410.5492
Yxy70.53740.44640.4815
Hunter Lab83.9865-7.993051.3434
CIE-Lab87.2598-3.682186.1762

#fdd90d color RGB value is (253,217,13).

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

The process color (four color CMYK) of #fdd90d color hex is 0.00, 0.14, 0.95, 0.01. Web safe color of #fdd90d is #ffcc00. Color #fdd90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 00001101
Octal 375 331 15
Decimal 253 217 13
Hex FD D9 D

RGB Percentages of Color #fdd90d

%52.38
%44.93
%2.69

CMYK Percentages of Color #fdd90d

%0
%14
%95
%1

Triadic Colors of #fdd90d

#fdd90d #0dfdd9 #d90dfd

Analogous Colors of #fdd90d

#fdd90d #a9fd0d #fd610d

Monochromatic Colors of #fdd90d

#fdd90d

Complementary Color

#fdd90d #0d31fd

#fdd90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd90d Color CSS Codes

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

#fdd90d Text Font Color

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

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


#fdd90d Background Color

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

This div background color is #fdd90d


#fdd90d Border Color

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

This div border color is #fdd90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd90d


Comments

No comments written yet.

Please login to write comment.