Color Hex Logo

#fdb404 Color Hex

#FDB404
(253,180,4)
0 Favorites   0 Comments

Color spaces of #fdb404

RGB 2531804
HSL0.120.980.50
HSV42°98°99°
CMYK 0.000.290.98   0.01
XYZ56.851253.53397.4516
Yxy53.53390.48250.4543
Hunter Lab73.166910.653845.1785
CIE-Lab78.189215.291880.5876

#fdb404 color RGB value is (253,180,4).

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

The process color (four color CMYK) of #fdb404 color hex is 0.00, 0.29, 0.98, 0.01. Web safe color of #fdb404 is #ffcc00. Color #fdb404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00000100
Octal 375 264 4
Decimal 253 180 4
Hex FD B4 4

RGB Percentages of Color #fdb404

%57.89
%41.19
%0.92

CMYK Percentages of Color #fdb404

%0
%29
%98
%1

Triadic Colors of #fdb404

#fdb404 #04fdb4 #b404fd

Analogous Colors of #fdb404

#fdb404 #cafd04 #fd3704

Monochromatic Colors of #fdb404

#fdb404

Complementary Color

#fdb404 #044dfd

#fdb404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb404 Color CSS Codes

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

#fdb404 Text Font Color

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

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


#fdb404 Background Color

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

This div background color is #fdb404


#fdb404 Border Color

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

This div border color is #fdb404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb404

#fdb404 Color Palettes


Comments

No comments written yet.

Please login to write comment.