Color Hex Logo

#deb807 Color Hex

#DEB807
(222,184,7)
0 Favorites   0 Comments

Color spaces of #deb807

RGB 2221847
HSL0.140.940.45
HSV49°97°87°
CMYK 0.000.170.97   0.13
XYZ47.303049.82597.3252
Yxy49.82590.45290.4770
Hunter Lab70.5875-3.909343.2584
CIE-Lab75.9623-0.153677.2133

#deb807 color RGB value is (222,184,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00000111
Octal 336 270 7
Decimal 222 184 7
Hex DE B8 7

RGB Percentages of Color #deb807

%53.75
%44.55
%1.69

CMYK Percentages of Color #deb807

%0
%17
%97
%13

Triadic Colors of #deb807

#deb807 #07deb8 #b807de

Analogous Colors of #deb807

#deb807 #99de07 #de4d07

Monochromatic Colors of #deb807

#deb807

Complementary Color

#deb807 #072dde

#deb807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb807 Color CSS Codes

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

#deb807 Text Font Color

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

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


#deb807 Background Color

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

This div background color is #deb807


#deb807 Border Color

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

This div border color is #deb807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb807


Comments

No comments written yet.

Please login to write comment.