Color Hex Logo

#fdc603 Color Hex

#FDC603
(253,198,3)
0 Favorites   0 Comments

Color spaces of #fdc603

RGB 2531983
HSL0.130.980.50
HSV47°99°99°
CMYK 0.000.220.99   0.01
XYZ60.718561.27748.7137
Yxy61.27740.46450.4688
Hunter Lab78.27991.465348.1961
CIE-Lab82.52765.935283.6878

#fdc603 color RGB value is (253,198,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 00000011
Octal 375 306 3
Decimal 253 198 3
Hex FD C6 3

RGB Percentages of Color #fdc603

%55.73
%43.61
%0.66

CMYK Percentages of Color #fdc603

%0
%22
%99
%1

Triadic Colors of #fdc603

#fdc603 #03fdc6 #c603fd

Analogous Colors of #fdc603

#fdc603 #b7fd03 #fd4903

Monochromatic Colors of #fdc603

#fdc603

Complementary Color

#fdc603 #033afd

#fdc603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc603 Color CSS Codes

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

#fdc603 Text Font Color

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

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


#fdc603 Background Color

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

This div background color is #fdc603


#fdc603 Border Color

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

This div border color is #fdc603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc603


Comments

No comments written yet.

Please login to write comment.