Color Hex Logo

#deba7d Color Hex

#DEBA7D
(222,186,125)
0 Favorites   0 Comments

Color spaces of #deba7d

RGB 222186125
HSL0.100.600.68
HSV38°44°87°
CMYK 0.000.160.44   0.13
XYZ51.384852.128126.7555
Yxy52.12810.39450.4002
Hunter Lab72.19980.689328.5684
CIE-Lab77.35744.917235.6908

#deba7d color RGB value is (222,186,125).

#deba7d hex color red value is 222, green value is 186 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #deba7d hue: 0.10 , saturation: 0.60 and the lightness value of deba7d is 0.68.

The process color (four color CMYK) of #deba7d color hex is 0.00, 0.16, 0.44, 0.13. Web safe color of #deba7d is #cccc66. Color #deba7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01111101
Octal 336 272 175
Decimal 222 186 125
Hex DE BA 7D

RGB Percentages of Color #deba7d

%41.65
%34.90
%23.45

CMYK Percentages of Color #deba7d

%0
%16
%44
%13

Triadic Colors of #deba7d

#deba7d #7ddeba #ba7dde

Analogous Colors of #deba7d

#deba7d #d2de7d #de8a7d

Monochromatic Colors of #deba7d

#deba7d

Complementary Color

#deba7d #7da1de

#deba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba7d Color CSS Codes

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

#deba7d Text Font Color

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

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


#deba7d Background Color

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

This div background color is #deba7d


#deba7d Border Color

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

This div border color is #deba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba7d


Comments

No comments written yet.

Please login to write comment.