Color Hex Logo

#dbdfa0 Color Hex

#DBDFA0
(219,223,160)
0 Favorites   0 Comments

Color spaces of #dbdfa0

RGB 219223160
HSL0.180.500.75
HSV64°28°87°
CMYK 0.020.000.28   0.13
XYZ61.946370.373543.5762
Yxy70.37350.35220.4001
Hunter Lab83.8889-14.995427.9240
CIE-Lab87.1797-11.233730.5089

#dbdfa0 color RGB value is (219,223,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10100000
Octal 333 337 240
Decimal 219 223 160
Hex DB DF A0

RGB Percentages of Color #dbdfa0

%36.38
%37.04
%26.58

CMYK Percentages of Color #dbdfa0

%2
%0
%28
%13

Triadic Colors of #dbdfa0

#dbdfa0 #a0dbdf #dfa0db

Analogous Colors of #dbdfa0

#dbdfa0 #bcdfa0 #dfc4a0

Monochromatic Colors of #dbdfa0

#dbdfa0

Complementary Color

#dbdfa0 #a4a0df

#dbdfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfa0 Color CSS Codes

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

#dbdfa0 Text Font Color

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

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


#dbdfa0 Background Color

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

This div background color is #dbdfa0


#dbdfa0 Border Color

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

This div border color is #dbdfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfa0


Comments

No comments written yet.

Please login to write comment.