color codes Logo

#fdc21d color codes

#FDC21D
(253,194,29)
0 Favorites   0 Comments

Color spaces of #fdc21d

RGB 25319429
HSL0.120.980.55
HSV44°89°99°
CMYK 0.000.230.89   0.01
XYZ60.021659.55499.4942
Yxy59.55490.46500.4614
Hunter Lab77.17183.780546.7260
CIE-Lab81.59578.298579.5808

#fdc21d color RGB value is (253,194,29).

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

The process color (four color CMYK) of #fdc21d color code is 0.00, 0.23, 0.89, 0.01. Web safe color of #fdc21d is #ffcc33. Color #fdc21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 00011101
Octal 375 302 35
Decimal 253 194 29
Hex FD C2 1D

RGB Percentages of Color #fdc21d

%53.15
%40.76
%6.09

CMYK Percentages of Color #fdc21d

%0
%23
%89
%1

Triadic Colors of #fdc21d

#fdc21d #1dfdc2 #c21dfd

Analogous Colors of #fdc21d

#fdc21d #c8fd1d #fd521d

Monochromatic Colors of #fdc21d

#fdc21d

Complementary Color

#fdc21d #1d58fd

#fdc21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc21d Color CSS Codes

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

#fdc21d Text Font Color

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

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


#fdc21d Background Color

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

This div background color is #fdc21d


#fdc21d Border Color

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

This div border color is #fdc21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc21d

Related Colors


Comments

No comments written yet.

Please login to write comment.