Color Hex Logo

#fddd20 Color Hex

#FDDD20
(253,221,32)
0 Favorites   0 Comments

Color spaces of #fddd20

RGB 25322132
HSL0.140.980.56
HSV51°87°99°
CMYK 0.000.130.87   0.01
XYZ66.625272.699811.8874
Yxy72.69980.44060.4808
Hunter Lab85.2642-9.732951.4188
CIE-Lab88.3043-5.430584.2466

#fddd20 color RGB value is (253,221,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 00100000
Octal 375 335 40
Decimal 253 221 32
Hex FD DD 20

RGB Percentages of Color #fddd20

%50.00
%43.68
%6.32

CMYK Percentages of Color #fddd20

%0
%13
%87
%1

Triadic Colors of #fddd20

#fddd20 #20fddd #dd20fd

Analogous Colors of #fddd20

#fddd20 #affd20 #fd6f20

Monochromatic Colors of #fddd20

#fddd20

Complementary Color

#fddd20 #2040fd

#fddd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd20 Color CSS Codes

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

#fddd20 Text Font Color

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

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


#fddd20 Background Color

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

This div background color is #fddd20


#fddd20 Border Color

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

This div border color is #fddd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd20


Comments

No comments written yet.

Please login to write comment.