Color Hex Logo

#dbd9ca Color Hex

#DBD9CA
(219,217,202)
0 Favorites   0 Comments

Color spaces of #dbd9ca

RGB 219217202
HSL0.150.190.83
HSV53°86°
CMYK 0.000.010.08   0.14
XYZ64.686968.950065.7764
Yxy68.95000.32440.3458
Hunter Lab83.0361-6.258011.1592
CIE-Lab86.4793-1.91357.6184

#dbd9ca color RGB value is (219,217,202).

#dbd9ca hex color red value is 219, green value is 217 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dbd9ca hue: 0.15 , saturation: 0.19 and the lightness value of dbd9ca is 0.83.

The process color (four color CMYK) of #dbd9ca color hex is 0.00, 0.01, 0.08, 0.14. Web safe color of #dbd9ca is #cccccc. Color #dbd9ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 11001010
Octal 333 331 312
Decimal 219 217 202
Hex DB D9 CA

RGB Percentages of Color #dbd9ca

%34.33
%34.01
%31.66

CMYK Percentages of Color #dbd9ca

%0
%1
%8
%14

Triadic Colors of #dbd9ca

#dbd9ca #cadbd9 #d9cadb

Analogous Colors of #dbd9ca

#dbd9ca #d5dbca #dbd1ca

Monochromatic Colors of #dbd9ca

#dbd9ca

Complementary Color

#dbd9ca #caccdb

#dbd9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd9ca Color CSS Codes

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

#dbd9ca Text Font Color

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

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


#dbd9ca Background Color

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

This div background color is #dbd9ca


#dbd9ca Border Color

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

This div border color is #dbd9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd9ca

#dbd9ca Color Palettes


Comments

No comments written yet.

Please login to write comment.