Color Hex Logo

#dbddb1 Color Hex

#DBDDB1
(219,221,177)
0 Favorites   0 Comments

Color spaces of #dbddb1

RGB 219221177
HSL0.170.390.78
HSV63°20°87°
CMYK 0.010.000.20   0.13
XYZ63.005769.947351.7754
Yxy69.94730.34110.3786
Hunter Lab83.6345-11.888221.8396
CIE-Lab86.9710-7.876721.4309

#dbddb1 color RGB value is (219,221,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10110001
Octal 333 335 261
Decimal 219 221 177
Hex DB DD B1

RGB Percentages of Color #dbddb1

%35.49
%35.82
%28.69

CMYK Percentages of Color #dbddb1

%1
%0
%20
%13

Triadic Colors of #dbddb1

#dbddb1 #b1dbdd #ddb1db

Analogous Colors of #dbddb1

#dbddb1 #c5ddb1 #ddc9b1

Monochromatic Colors of #dbddb1

#dbddb1

Complementary Color

#dbddb1 #b3b1dd

#dbddb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddb1 Color CSS Codes

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

#dbddb1 Text Font Color

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

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


#dbddb1 Background Color

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

This div background color is #dbddb1


#dbddb1 Border Color

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

This div border color is #dbddb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddb1


Comments

No comments written yet.

Please login to write comment.