Color Hex Logo

#fdd81d Color Hex

#FDD81D
(253,216,29)
0 Favorites   0 Comments

Color spaces of #fdd81d

RGB 25321629
HSL0.140.980.55
HSV50°89°99°
CMYK 0.000.150.89   0.01
XYZ65.285770.083111.2489
Yxy70.08310.44530.4780
Hunter Lab83.7156-7.299150.6341
CIE-Lab87.0376-2.967283.8056

#fdd81d color RGB value is (253,216,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 00011101
Octal 375 330 35
Decimal 253 216 29
Hex FD D8 1D

RGB Percentages of Color #fdd81d

%50.80
%43.37
%5.82

CMYK Percentages of Color #fdd81d

%0
%15
%89
%1

Triadic Colors of #fdd81d

#fdd81d #1dfdd8 #d81dfd

Analogous Colors of #fdd81d

#fdd81d #b2fd1d #fd681d

Monochromatic Colors of #fdd81d

#fdd81d

Complementary Color

#fdd81d #1d42fd

#fdd81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd81d Color CSS Codes

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

#fdd81d Text Font Color

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

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


#fdd81d Background Color

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

This div background color is #fdd81d


#fdd81d Border Color

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

This div border color is #fdd81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd81d


Comments

No comments written yet.

Please login to write comment.