Color Hex Logo

#debd68 Color Hex

#DEBD68
(222,189,104)
0 Favorites   0 Comments

Color spaces of #debd68

RGB 222189104
HSL0.120.640.64
HSV43°53°87°
CMYK 0.000.150.53   0.13
XYZ50.820552.924320.6336
Yxy52.92430.40860.4255
Hunter Lab72.7491-2.615734.1081
CIE-Lab77.83031.382346.8989

#debd68 color RGB value is (222,189,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 01101000
Octal 336 275 150
Decimal 222 189 104
Hex DE BD 68

RGB Percentages of Color #debd68

%43.11
%36.70
%20.19

CMYK Percentages of Color #debd68

%0
%15
%53
%13

Triadic Colors of #debd68

#debd68 #68debd #bd68de

Analogous Colors of #debd68

#debd68 #c4de68 #de8268

Monochromatic Colors of #debd68

#debd68

Complementary Color

#debd68 #6889de

#debd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd68 Color CSS Codes

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

#debd68 Text Font Color

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

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


#debd68 Background Color

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

This div background color is #debd68


#debd68 Border Color

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

This div border color is #debd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd68


Comments

No comments written yet.

Please login to write comment.