Color Hex Logo

#fddc36 Color Hex

#FDDC36
(253,220,54)
0 Favorites   0 Comments

Color spaces of #fddc36

RGB 25322054
HSL0.140.980.60
HSV50°79°99°
CMYK 0.000.130.79   0.01
XYZ66.767172.335413.9332
Yxy72.33540.43630.4727
Hunter Lab85.0502-8.709849.8221
CIE-Lab88.1298-4.363078.7496

#fddc36 color RGB value is (253,220,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 00110110
Octal 375 334 66
Decimal 253 220 54
Hex FD DC 36

RGB Percentages of Color #fddc36

%48.01
%41.75
%10.25

CMYK Percentages of Color #fddc36

%0
%13
%79
%1

Triadic Colors of #fddc36

#fddc36 #36fddc #dc36fd

Analogous Colors of #fddc36

#fddc36 #bbfd36 #fd7936

Monochromatic Colors of #fddc36

#fddc36

Complementary Color

#fddc36 #3657fd

#fddc36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc36 Color CSS Codes

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

#fddc36 Text Font Color

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

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


#fddc36 Background Color

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

This div background color is #fddc36


#fddc36 Border Color

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

This div border color is #fddc36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc36


Comments

No comments written yet.

Please login to write comment.