Color Hex Logo

#dfb507 Color Hex

#DFB507
(223,181,7)
0 Favorites   0 Comments

Color spaces of #dfb507

RGB 2231817
HSL0.130.940.45
HSV48°97°87°
CMYK 0.000.190.97   0.13
XYZ46.993648.75117.1341
Yxy48.75110.45680.4739
Hunter Lab69.8220-2.049342.8174
CIE-Lab75.29621.851676.7786

#dfb507 color RGB value is (223,181,7).

#dfb507 hex color red value is 223, green value is 181 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dfb507 hue: 0.13 , saturation: 0.94 and the lightness value of dfb507 is 0.45.

The process color (four color CMYK) of #dfb507 color hex is 0.00, 0.19, 0.97, 0.13. Web safe color of #dfb507 is #cccc00. Color #dfb507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 00000111
Octal 337 265 7
Decimal 223 181 7
Hex DF B5 7

RGB Percentages of Color #dfb507

%54.26
%44.04
%1.70

CMYK Percentages of Color #dfb507

%0
%19
%97
%13

Triadic Colors of #dfb507

#dfb507 #07dfb5 #b507df

Analogous Colors of #dfb507

#dfb507 #9ddf07 #df4907

Monochromatic Colors of #dfb507

#dfb507

Complementary Color

#dfb507 #0731df

#dfb507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb507 Color CSS Codes

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

#dfb507 Text Font Color

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

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


#dfb507 Background Color

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

This div background color is #dfb507


#dfb507 Border Color

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

This div border color is #dfb507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb507


Comments

No comments written yet.

Please login to write comment.