Color Hex Logo

#fdc203 Color Hex

#FDC203
(253,194,3)
0 Favorites   0 Comments

Color spaces of #fdc203

RGB 2531943
HSL0.130.980.50
HSV46°99°99°
CMYK 0.000.230.99   0.01
XYZ59.816259.47288.4129
Yxy59.47280.46840.4657
Hunter Lab77.11863.494047.5151
CIE-Lab81.55088.002183.0069

#fdc203 color RGB value is (253,194,3).

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

The process color (four color CMYK) of #fdc203 color hex is 0.00, 0.23, 0.99, 0.01. Web safe color of #fdc203 is #ffcc00. Color #fdc203 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 00000011
Octal 375 302 3
Decimal 253 194 3
Hex FD C2 3

RGB Percentages of Color #fdc203

%56.22
%43.11
%0.67

CMYK Percentages of Color #fdc203

%0
%23
%99
%1

Triadic Colors of #fdc203

#fdc203 #03fdc2 #c203fd

Analogous Colors of #fdc203

#fdc203 #bbfd03 #fd4503

Monochromatic Colors of #fdc203

#fdc203

Complementary Color

#fdc203 #033efd

#fdc203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc203 Color CSS Codes

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

#fdc203 Text Font Color

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

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


#fdc203 Background Color

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

This div background color is #fdc203


#fdc203 Border Color

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

This div border color is #fdc203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc203


Comments

No comments written yet.

Please login to write comment.