Color Hex Logo

#dbdfa9 Color Hex

#DBDFA9
(219,223,169)
0 Favorites   0 Comments

Color spaces of #dbdfa9

RGB 219223169
HSL0.180.460.77
HSV64°24°87°
CMYK 0.020.000.24   0.13
XYZ62.762570.700047.8746
Yxy70.70000.34610.3899
Hunter Lab84.0833-13.907625.1003
CIE-Lab87.3390-10.024726.0886

#dbdfa9 color RGB value is (219,223,169).

#dbdfa9 hex color red value is 219, green value is 223 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dbdfa9 hue: 0.18 , saturation: 0.46 and the lightness value of dbdfa9 is 0.77.

The process color (four color CMYK) of #dbdfa9 color hex is 0.02, 0.00, 0.24, 0.13. Web safe color of #dbdfa9 is #cccc99. Color #dbdfa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10101001
Octal 333 337 251
Decimal 219 223 169
Hex DB DF A9

RGB Percentages of Color #dbdfa9

%35.84
%36.50
%27.66

CMYK Percentages of Color #dbdfa9

%2
%0
%24
%13

Triadic Colors of #dbdfa9

#dbdfa9 #a9dbdf #dfa9db

Analogous Colors of #dbdfa9

#dbdfa9 #c0dfa9 #dfc8a9

Monochromatic Colors of #dbdfa9

#dbdfa9

Complementary Color

#dbdfa9 #ada9df

#dbdfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfa9 Color CSS Codes

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

#dbdfa9 Text Font Color

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

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


#dbdfa9 Background Color

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

This div background color is #dbdfa9


#dbdfa9 Border Color

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

This div border color is #dbdfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfa9


Comments

No comments written yet.

Please login to write comment.