Color Hex Logo

#fdd521 Color Hex

#FDD521
(253,213,33)
0 Favorites   0 Comments

Color spaces of #fdd521

RGB 25321333
HSL0.140.980.56
HSV49°87°99°
CMYK 0.000.160.87   0.01
XYZ64.576868.581011.2727
Yxy68.58100.44710.4748
Hunter Lab82.8136-5.732349.8989
CIE-Lab86.2961-1.373882.4611

#fdd521 color RGB value is (253,213,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 00100001
Octal 375 325 41
Decimal 253 213 33
Hex FD D5 21

RGB Percentages of Color #fdd521

%50.70
%42.69
%6.61

CMYK Percentages of Color #fdd521

%0
%16
%87
%1

Triadic Colors of #fdd521

#fdd521 #21fdd5 #d521fd

Analogous Colors of #fdd521

#fdd521 #b7fd21 #fd6721

Monochromatic Colors of #fdd521

#fdd521

Complementary Color

#fdd521 #2149fd

#fdd521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd521 Color CSS Codes

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

#fdd521 Text Font Color

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

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


#fdd521 Background Color

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

This div background color is #fdd521


#fdd521 Border Color

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

This div border color is #fdd521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd521


Comments

No comments written yet.

Please login to write comment.