Color Hex Logo

#dbdc9d Color Hex

#DBDC9D
(219,220,157)
0 Favorites   0 Comments

Color spaces of #dbdc9d

RGB 219220157
HSL0.170.470.74
HSV61°29°86°
CMYK 0.000.000.29   0.14
XYZ60.892468.680841.9456
Yxy68.68080.35500.4004
Hunter Lab82.8739-13.874728.0028
CIE-Lab86.3457-10.111430.9328

#dbdc9d color RGB value is (219,220,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 10011101
Octal 333 334 235
Decimal 219 220 157
Hex DB DC 9D

RGB Percentages of Color #dbdc9d

%36.74
%36.91
%26.34

CMYK Percentages of Color #dbdc9d

%0
%0
%29
%14

Triadic Colors of #dbdc9d

#dbdc9d #9ddbdc #dc9ddb

Analogous Colors of #dbdc9d

#dbdc9d #bcdc9d #dcbe9d

Monochromatic Colors of #dbdc9d

#dbdc9d

Complementary Color

#dbdc9d #9e9ddc

#dbdc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdc9d Color CSS Codes

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

#dbdc9d Text Font Color

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

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


#dbdc9d Background Color

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

This div background color is #dbdc9d


#dbdc9d Border Color

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

This div border color is #dbdc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdc9d


Comments

No comments written yet.

Please login to write comment.