Color Hex Logo

#debd72 Color Hex

#DEBD72
(222,189,114)
0 Favorites   0 Comments

Color spaces of #debd72

RGB 222189114
HSL0.120.620.66
HSV42°49°87°
CMYK 0.000.150.49   0.13
XYZ51.359153.139723.4697
Yxy53.13970.40130.4153
Hunter Lab72.8970-1.808731.9391
CIE-Lab77.95742.263042.0790

#debd72 color RGB value is (222,189,114).

#debd72 hex color red value is 222, green value is 189 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #debd72 hue: 0.12 , saturation: 0.62 and the lightness value of debd72 is 0.66.

The process color (four color CMYK) of #debd72 color hex is 0.00, 0.15, 0.49, 0.13. Web safe color of #debd72 is #cccc66. Color #debd72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 01110010
Octal 336 275 162
Decimal 222 189 114
Hex DE BD 72

RGB Percentages of Color #debd72

%42.29
%36.00
%21.71

CMYK Percentages of Color #debd72

%0
%15
%49
%13

Triadic Colors of #debd72

#debd72 #72debd #bd72de

Analogous Colors of #debd72

#debd72 #c9de72 #de8772

Monochromatic Colors of #debd72

#debd72

Complementary Color

#debd72 #7293de

#debd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd72 Color CSS Codes

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

#debd72 Text Font Color

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

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


#debd72 Background Color

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

This div background color is #debd72


#debd72 Border Color

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

This div border color is #debd72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,189,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd72


Comments

No comments written yet.

Please login to write comment.