Color Hex Logo

#fddd1d Color Hex

#FDDD1D
(253,221,29)
0 Favorites   0 Comments

Color spaces of #fddd1d

RGB 25322129
HSL0.140.980.55
HSV51°89°99°
CMYK 0.000.130.89   0.01
XYZ66.586272.684311.6824
Yxy72.68430.44110.4815
Hunter Lab85.2551-9.783851.5541
CIE-Lab88.2969-5.485284.7865

#fddd1d color RGB value is (253,221,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 00011101
Octal 375 335 35
Decimal 253 221 29
Hex FD DD 1D

RGB Percentages of Color #fddd1d

%50.30
%43.94
%5.77

CMYK Percentages of Color #fddd1d

%0
%13
%89
%1

Triadic Colors of #fddd1d

#fddd1d #1dfddd #dd1dfd

Analogous Colors of #fddd1d

#fddd1d #adfd1d #fd6d1d

Monochromatic Colors of #fddd1d

#fddd1d

Complementary Color

#fddd1d #1d3dfd

#fddd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd1d Color CSS Codes

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

#fddd1d Text Font Color

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

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


#fddd1d Background Color

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

This div background color is #fddd1d


#fddd1d Border Color

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

This div border color is #fddd1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,221,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 #fddd1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd1d


Comments

No comments written yet.

Please login to write comment.