Color Hex Logo

#fdb305 Color Hex

#FDB305
(253,179,5)
0 Favorites   0 Comments

Color spaces of #fdb305

RGB 2531795
HSL0.120.980.51
HSV42°98°99°
CMYK 0.000.290.98   0.01
XYZ56.655553.13387.4134
Yxy53.13380.48340.4533
Hunter Lab72.892911.175244.9951
CIE-Lab77.953915.821880.3221

#fdb305 color RGB value is (253,179,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 00000101
Octal 375 263 5
Decimal 253 179 5
Hex FD B3 5

RGB Percentages of Color #fdb305

%57.89
%40.96
%1.14

CMYK Percentages of Color #fdb305

%0
%29
%98
%1

Triadic Colors of #fdb305

#fdb305 #05fdb3 #b305fd

Analogous Colors of #fdb305

#fdb305 #cbfd05 #fd3705

Monochromatic Colors of #fdb305

#fdb305

Complementary Color

#fdb305 #054ffd

#fdb305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb305 Color CSS Codes

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

#fdb305 Text Font Color

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

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


#fdb305 Background Color

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

This div background color is #fdb305


#fdb305 Border Color

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

This div border color is #fdb305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb305


Comments

No comments written yet.

Please login to write comment.