Color Hex Logo

#dbdc9c Color Hex

#DBDC9C
(219,220,156)
0 Favorites   0 Comments

Color spaces of #dbdc9c

RGB 219220156
HSL0.170.480.74
HSV61°29°86°
CMYK 0.000.000.29   0.14
XYZ60.807468.646841.4978
Yxy68.64680.35570.4016
Hunter Lab82.8534-13.989428.3015
CIE-Lab86.3288-10.239231.4234

#dbdc9c color RGB value is (219,220,156).

#dbdc9c hex color red value is 219, green value is 220 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dbdc9c hue: 0.17 , saturation: 0.48 and the lightness value of dbdc9c is 0.74.

The process color (four color CMYK) of #dbdc9c color hex is 0.00, 0.00, 0.29, 0.14. Web safe color of #dbdc9c is #cccc99. Color #dbdc9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 10011100
Octal 333 334 234
Decimal 219 220 156
Hex DB DC 9C

RGB Percentages of Color #dbdc9c

%36.81
%36.97
%26.22

CMYK Percentages of Color #dbdc9c

%0
%0
%29
%14

Triadic Colors of #dbdc9c

#dbdc9c #9cdbdc #dc9cdb

Analogous Colors of #dbdc9c

#dbdc9c #bbdc9c #dcbd9c

Monochromatic Colors of #dbdc9c

#dbdc9c

Complementary Color

#dbdc9c #9d9cdc

#dbdc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdc9c Color CSS Codes

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

#dbdc9c Text Font Color

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

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


#dbdc9c Background Color

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

This div background color is #dbdc9c


#dbdc9c Border Color

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

This div border color is #dbdc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdc9c


Comments

No comments written yet.

Please login to write comment.