Color Hex Logo

#dbdda7 Color Hex

#DBDDA7
(219,221,167)
0 Favorites   0 Comments

Color spaces of #dbdda7

RGB 219221167
HSL0.170.440.76
HSV62°24°87°
CMYK 0.010.000.24   0.13
XYZ62.044969.563046.7161
Yxy69.56300.34790.3901
Hunter Lab83.4044-13.170925.1739
CIE-Lab86.7821-9.289826.3651

#dbdda7 color RGB value is (219,221,167).

#dbdda7 hex color red value is 219, green value is 221 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dbdda7 hue: 0.17 , saturation: 0.44 and the lightness value of dbdda7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10100111
Octal 333 335 247
Decimal 219 221 167
Hex DB DD A7

RGB Percentages of Color #dbdda7

%36.08
%36.41
%27.51

CMYK Percentages of Color #dbdda7

%1
%0
%24
%13

Triadic Colors of #dbdda7

#dbdda7 #a7dbdd #dda7db

Analogous Colors of #dbdda7

#dbdda7 #c0dda7 #ddc4a7

Monochromatic Colors of #dbdda7

#dbdda7

Complementary Color

#dbdda7 #a9a7dd

#dbdda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdda7 Color CSS Codes

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

#dbdda7 Text Font Color

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

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


#dbdda7 Background Color

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

This div background color is #dbdda7


#dbdda7 Border Color

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

This div border color is #dbdda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdda7


Comments

No comments written yet.

Please login to write comment.