Color Hex Logo

#deb291 Color Hex

#DEB291
(222,178,145)
0 Favorites   0 Comments

Color spaces of #deb291

RGB 222178145
HSL0.070.540.72
HSV26°35°87°
CMYK 0.000.200.35   0.13
XYZ51.155449.414733.6299
Yxy49.41470.38120.3682
Hunter Lab70.29566.880520.8422
CIE-Lab75.708611.417022.9260

#deb291 color RGB value is (222,178,145).

#deb291 hex color red value is 222, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #deb291 hue: 0.07 , saturation: 0.54 and the lightness value of deb291 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 10010001
Octal 336 262 221
Decimal 222 178 145
Hex DE B2 91

RGB Percentages of Color #deb291

%40.73
%32.66
%26.61

CMYK Percentages of Color #deb291

%0
%20
%35
%13

Triadic Colors of #deb291

#deb291 #91deb2 #b291de

Analogous Colors of #deb291

#deb291 #ded991 #de9197

Monochromatic Colors of #deb291

#deb291

Complementary Color

#deb291 #91bdde

#deb291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb291 Color CSS Codes

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

#deb291 Text Font Color

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

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


#deb291 Background Color

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

This div background color is #deb291


#deb291 Border Color

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

This div border color is #deb291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb291


Comments

No comments written yet.

Please login to write comment.