Color Hex Logo

#fdb505 Color Hex

#FDB505
(253,181,5)
0 Favorites   0 Comments

Color spaces of #fdb505

RGB 2531815
HSL0.120.980.51
HSV43°98°99°
CMYK 0.000.280.98   0.01
XYZ57.059353.94147.5480
Yxy53.94140.48130.4550
Hunter Lab73.444810.148345.3181
CIE-Lab78.427614.777780.6474

#fdb505 color RGB value is (253,181,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 00000101
Octal 375 265 5
Decimal 253 181 5
Hex FD B5 5

RGB Percentages of Color #fdb505

%57.63
%41.23
%1.14

CMYK Percentages of Color #fdb505

%0
%28
%98
%1

Triadic Colors of #fdb505

#fdb505 #05fdb5 #b505fd

Analogous Colors of #fdb505

#fdb505 #c9fd05 #fd3905

Monochromatic Colors of #fdb505

#fdb505

Complementary Color

#fdb505 #054dfd

#fdb505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb505 Color CSS Codes

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

#fdb505 Text Font Color

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

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


#fdb505 Background Color

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

This div background color is #fdb505


#fdb505 Border Color

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

This div border color is #fdb505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb505


Comments

No comments written yet.

Please login to write comment.