Color Hex Logo

#fdb607 Color Hex

#FDB607
(253,182,7)
0 Favorites   0 Comments

Color spaces of #fdb607

RGB 2531827
HSL0.120.980.51
HSV43°97°99°
CMYK 0.000.280.97   0.01
XYZ57.274354.35397.6737
Yxy54.35390.48010.4556
Hunter Lab73.72519.651145.4363
CIE-Lab78.667614.271980.6077

#fdb607 color RGB value is (253,182,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 00000111
Octal 375 266 7
Decimal 253 182 7
Hex FD B6 7

RGB Percentages of Color #fdb607

%57.24
%41.18
%1.58

CMYK Percentages of Color #fdb607

%0
%28
%97
%1

Triadic Colors of #fdb607

#fdb607 #07fdb6 #b607fd

Analogous Colors of #fdb607

#fdb607 #c9fd07 #fd3b07

Monochromatic Colors of #fdb607

#fdb607

Complementary Color

#fdb607 #074efd

#fdb607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb607 Color CSS Codes

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

#fdb607 Text Font Color

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

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


#fdb607 Background Color

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

This div background color is #fdb607


#fdb607 Border Color

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

This div border color is #fdb607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb607


Comments

No comments written yet.

Please login to write comment.