Color Hex Logo

#fdd120 Color Hex

#FDD120
(253,209,32)
0 Favorites   0 Comments

Color spaces of #fdd120

RGB 25320932
HSL0.130.980.56
HSV48°87°99°
CMYK 0.000.170.87   0.01
XYZ63.569266.587910.8688
Yxy66.58790.45080.4722
Hunter Lab81.6014-3.747249.2239
CIE-Lab85.29540.641681.8709

#fdd120 color RGB value is (253,209,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 00100000
Octal 375 321 40
Decimal 253 209 32
Hex FD D1 20

RGB Percentages of Color #fdd120

%51.21
%42.31
%6.48

CMYK Percentages of Color #fdd120

%0
%17
%87
%1

Triadic Colors of #fdd120

#fdd120 #20fdd1 #d120fd

Analogous Colors of #fdd120

#fdd120 #bbfd20 #fd6320

Monochromatic Colors of #fdd120

#fdd120

Complementary Color

#fdd120 #204cfd

#fdd120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd120 Color CSS Codes

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

#fdd120 Text Font Color

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

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


#fdd120 Background Color

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

This div background color is #fdd120


#fdd120 Border Color

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

This div border color is #fdd120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd120


Comments

No comments written yet.

Please login to write comment.