Color Hex Logo

#fdb407 Color Hex

#FDB407
(253,180,7)
0 Favorites   0 Comments

Color spaces of #fdb407

RGB 2531807
HSL0.120.980.51
HSV42°97°99°
CMYK 0.000.290.97   0.01
XYZ56.867653.54057.5381
Yxy53.54050.48210.4539
Hunter Lab73.171410.677445.1119
CIE-Lab78.193015.315680.2790

#fdb407 color RGB value is (253,180,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00000111
Octal 375 264 7
Decimal 253 180 7
Hex FD B4 7

RGB Percentages of Color #fdb407

%57.50
%40.91
%1.59

CMYK Percentages of Color #fdb407

%0
%29
%97
%1

Triadic Colors of #fdb407

#fdb407 #07fdb4 #b407fd

Analogous Colors of #fdb407

#fdb407 #cbfd07 #fd3907

Monochromatic Colors of #fdb407

#fdb407

Complementary Color

#fdb407 #0750fd

#fdb407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb407 Color CSS Codes

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

#fdb407 Text Font Color

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

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


#fdb407 Background Color

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

This div background color is #fdb407


#fdb407 Border Color

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

This div border color is #fdb407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb407


Comments

No comments written yet.

Please login to write comment.