Color Hex Logo

#deb507 Color Hex

#DEB507
(222,181,7)
0 Favorites   0 Comments

Color spaces of #deb507

RGB 2221817
HSL0.130.940.45
HSV49°97°87°
CMYK 0.000.180.97   0.13
XYZ46.686448.59277.1197
Yxy48.59270.45590.4745
Hunter Lab69.7085-2.441642.7403
CIE-Lab75.19721.414876.6622

#deb507 color RGB value is (222,181,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00000111
Octal 336 265 7
Decimal 222 181 7
Hex DE B5 7

RGB Percentages of Color #deb507

%54.15
%44.15
%1.71

CMYK Percentages of Color #deb507

%0
%18
%97
%13

Triadic Colors of #deb507

#deb507 #07deb5 #b507de

Analogous Colors of #deb507

#deb507 #9cde07 #de4907

Monochromatic Colors of #deb507

#deb507

Complementary Color

#deb507 #0730de

#deb507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb507 Color CSS Codes

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

#deb507 Text Font Color

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

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


#deb507 Background Color

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

This div background color is #deb507


#deb507 Border Color

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

This div border color is #deb507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb507


Comments

No comments written yet.

Please login to write comment.