Color Hex Logo

#dbdeb6 Color Hex

#DBDEB6
(219,222,182)
0 Favorites   0 Comments

Color spaces of #dbdeb6

RGB 219222182
HSL0.180.380.79
HSV64°18°87°
CMYK 0.010.000.18   0.13
XYZ63.778270.680054.5371
Yxy70.68000.33750.3740
Hunter Lab84.0714-11.711420.3886
CIE-Lab87.3293-7.646619.3210

#dbdeb6 color RGB value is (219,222,182).

#dbdeb6 hex color red value is 219, green value is 222 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dbdeb6 hue: 0.18 , saturation: 0.38 and the lightness value of dbdeb6 is 0.79.

The process color (four color CMYK) of #dbdeb6 color hex is 0.01, 0.00, 0.18, 0.13. Web safe color of #dbdeb6 is #cccccc. Color #dbdeb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10110110
Octal 333 336 266
Decimal 219 222 182
Hex DB DE B6

RGB Percentages of Color #dbdeb6

%35.15
%35.63
%29.21

CMYK Percentages of Color #dbdeb6

%1
%0
%18
%13

Triadic Colors of #dbdeb6

#dbdeb6 #b6dbde #deb6db

Analogous Colors of #dbdeb6

#dbdeb6 #c7deb6 #decdb6

Monochromatic Colors of #dbdeb6

#dbdeb6

Complementary Color

#dbdeb6 #b9b6de

#dbdeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeb6 Color CSS Codes

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

#dbdeb6 Text Font Color

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

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


#dbdeb6 Background Color

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

This div background color is #dbdeb6


#dbdeb6 Border Color

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

This div border color is #dbdeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeb6


Comments

No comments written yet.

Please login to write comment.