Color Hex Logo

#debb8a Color Hex

#DEBB8A
(222,187,138)
0 Favorites   0 Comments

Color spaces of #debb8a

RGB 222187138
HSL0.100.560.71
HSV35°38°87°
CMYK 0.000.160.38   0.13
XYZ52.482052.905231.4904
Yxy52.90520.38340.3865
Hunter Lab72.73601.507225.2461
CIE-Lab77.81905.806229.4946

#debb8a color RGB value is (222,187,138).

#debb8a hex color red value is 222, green value is 187 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #debb8a hue: 0.10 , saturation: 0.56 and the lightness value of debb8a is 0.71.

The process color (four color CMYK) of #debb8a color hex is 0.00, 0.16, 0.38, 0.13. Web safe color of #debb8a is #cccc99. Color #debb8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 10001010
Octal 336 273 212
Decimal 222 187 138
Hex DE BB 8A

RGB Percentages of Color #debb8a

%40.59
%34.19
%25.23

CMYK Percentages of Color #debb8a

%0
%16
%38
%13

Triadic Colors of #debb8a

#debb8a #8adebb #bb8ade

Analogous Colors of #debb8a

#debb8a #d7de8a #de918a

Monochromatic Colors of #debb8a

#debb8a

Complementary Color

#debb8a #8aadde

#debb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb8a Color CSS Codes

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

#debb8a Text Font Color

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

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


#debb8a Background Color

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

This div background color is #debb8a


#debb8a Border Color

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

This div border color is #debb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb8a

#debb8a Color Palettes


Comments

No comments written yet.

Please login to write comment.