Color Hex Logo

#deb288 Color Hex

#DEB288
(222,178,136)
0 Favorites   0 Comments

Color spaces of #deb288

RGB 222178136
HSL0.080.570.70
HSV29°39°87°
CMYK 0.000.200.39   0.13
XYZ50.488549.148030.1180
Yxy49.14800.38910.3788
Hunter Lab70.10565.866823.6024
CIE-Lab75.543310.354327.5210

#deb288 color RGB value is (222,178,136).

#deb288 hex color red value is 222, green value is 178 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #deb288 hue: 0.08 , saturation: 0.57 and the lightness value of deb288 is 0.70.

The process color (four color CMYK) of #deb288 color hex is 0.00, 0.20, 0.39, 0.13. Web safe color of #deb288 is #cc9999. Color #deb288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 10001000
Octal 336 262 210
Decimal 222 178 136
Hex DE B2 88

RGB Percentages of Color #deb288

%41.42
%33.21
%25.37

CMYK Percentages of Color #deb288

%0
%20
%39
%13

Triadic Colors of #deb288

#deb288 #88deb2 #b288de

Analogous Colors of #deb288

#deb288 #dedd88 #de8889

Monochromatic Colors of #deb288

#deb288

Complementary Color

#deb288 #88b4de

#deb288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb288 Color CSS Codes

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

#deb288 Text Font Color

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

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


#deb288 Background Color

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

This div background color is #deb288


#deb288 Border Color

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

This div border color is #deb288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb288


Comments

No comments written yet.

Please login to write comment.