Color Hex Logo

#dbdeb2 Color Hex

#DBDEB2
(219,222,178)
0 Favorites   0 Comments

Color spaces of #dbdeb2

RGB 219222178
HSL0.180.400.78
HSV64°20°87°
CMYK 0.010.000.20   0.13
XYZ63.370670.517052.3906
Yxy70.51700.34020.3786
Hunter Lab83.9744-12.251621.7918
CIE-Lab87.2498-8.238421.2957

#dbdeb2 color RGB value is (219,222,178).

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

The process color (four color CMYK) of #dbdeb2 color hex is 0.01, 0.00, 0.20, 0.13. Web safe color of #dbdeb2 is #cccc99. Color #dbdeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10110010
Octal 333 336 262
Decimal 219 222 178
Hex DB DE B2

RGB Percentages of Color #dbdeb2

%35.38
%35.86
%28.76

CMYK Percentages of Color #dbdeb2

%1
%0
%20
%13

Triadic Colors of #dbdeb2

#dbdeb2 #b2dbde #deb2db

Analogous Colors of #dbdeb2

#dbdeb2 #c5deb2 #decbb2

Monochromatic Colors of #dbdeb2

#dbdeb2

Complementary Color

#dbdeb2 #b5b2de

#dbdeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeb2 Color CSS Codes

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

#dbdeb2 Text Font Color

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

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


#dbdeb2 Background Color

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

This div background color is #dbdeb2


#dbdeb2 Border Color

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

This div border color is #dbdeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeb2


Comments

No comments written yet.

Please login to write comment.