Color Hex Logo

#dbddba Color Hex

#DBDDBA
(219,221,186)
0 Favorites   0 Comments

Color spaces of #dbddba

RGB 219221186
HSL0.180.340.80
HSV63°16°87°
CMYK 0.010.000.16   0.13
XYZ63.932870.318156.6575
Yxy70.31810.33490.3683
Hunter Lab83.8559-10.657118.6396
CIE-Lab87.1526-6.531716.9841

#dbddba color RGB value is (219,221,186).

#dbddba hex color red value is 219, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbddba hue: 0.18 , saturation: 0.34 and the lightness value of dbddba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10111010
Octal 333 335 272
Decimal 219 221 186
Hex DB DD BA

RGB Percentages of Color #dbddba

%34.98
%35.30
%29.71

CMYK Percentages of Color #dbddba

%1
%0
%16
%13

Triadic Colors of #dbddba

#dbddba #badbdd #ddbadb

Analogous Colors of #dbddba

#dbddba #caddba #ddceba

Monochromatic Colors of #dbddba

#dbddba

Complementary Color

#dbddba #bcbadd

#dbddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddba Color CSS Codes

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

#dbddba Text Font Color

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

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


#dbddba Background Color

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

This div background color is #dbddba


#dbddba Border Color

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

This div border color is #dbddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddba


Comments

No comments written yet.

Please login to write comment.