Color Hex Logo

#fdc221 Color Hex

#FDC221
(253,194,33)
0 Favorites   0 Comments

Color spaces of #fdc221

RGB 25319433
HSL0.120.980.56
HSV44°87°99°
CMYK 0.000.230.87   0.01
XYZ60.074359.57609.7719
Yxy59.57600.46420.4603
Hunter Lab77.18553.853946.5236
CIE-Lab81.60728.374478.7443

#fdc221 color RGB value is (253,194,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 00100001
Octal 375 302 41
Decimal 253 194 33
Hex FD C2 21

RGB Percentages of Color #fdc221

%52.71
%40.42
%6.88

CMYK Percentages of Color #fdc221

%0
%23
%87
%1

Triadic Colors of #fdc221

#fdc221 #21fdc2 #c221fd

Analogous Colors of #fdc221

#fdc221 #cafd21 #fd5421

Monochromatic Colors of #fdc221

#fdc221

Complementary Color

#fdc221 #215cfd

#fdc221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc221 Color CSS Codes

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

#fdc221 Text Font Color

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

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


#fdc221 Background Color

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

This div background color is #fdc221


#fdc221 Border Color

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

This div border color is #fdc221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc221


Comments

No comments written yet.

Please login to write comment.