Color Hex Logo

#debd5e Color Hex

#DEBD5E
(222,189,94)
0 Favorites   0 Comments

Color spaces of #debd5e

RGB 22218994
HSL0.120.660.62
HSV45°58°87°
CMYK 0.000.150.58   0.13
XYZ50.342252.732918.1148
Yxy52.73290.41540.4351
Hunter Lab72.6174-3.334936.0420
CIE-Lab77.71700.593351.5823

#debd5e color RGB value is (222,189,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 01011110
Octal 336 275 136
Decimal 222 189 94
Hex DE BD 5E

RGB Percentages of Color #debd5e

%43.96
%37.43
%18.61

CMYK Percentages of Color #debd5e

%0
%15
%58
%13

Triadic Colors of #debd5e

#debd5e #5edebd #bd5ede

Analogous Colors of #debd5e

#debd5e #bfde5e #de7d5e

Monochromatic Colors of #debd5e

#debd5e

Complementary Color

#debd5e #5e7fde

#debd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd5e Color CSS Codes

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

#debd5e Text Font Color

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

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


#debd5e Background Color

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

This div background color is #debd5e


#debd5e Border Color

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

This div border color is #debd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd5e


Comments

No comments written yet.

Please login to write comment.