Color Hex Logo

#dbddb5 Color Hex

#DBDDB5
(219,221,181)
0 Favorites   0 Comments

Color spaces of #dbddb5

RGB 219221181
HSL0.180.370.79
HSV63°18°87°
CMYK 0.010.000.18   0.13
XYZ63.410470.109253.9064
Yxy70.10920.33830.3741
Hunter Lab83.7312-11.350020.4408
CIE-Lab87.0504-7.287419.4548

#dbddb5 color RGB value is (219,221,181).

#dbddb5 hex color red value is 219, green value is 221 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dbddb5 hue: 0.18 , saturation: 0.37 and the lightness value of dbddb5 is 0.79.

The process color (four color CMYK) of #dbddb5 color hex is 0.01, 0.00, 0.18, 0.13. Web safe color of #dbddb5 is #cccccc. Color #dbddb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10110101
Octal 333 335 265
Decimal 219 221 181
Hex DB DD B5

RGB Percentages of Color #dbddb5

%35.27
%35.59
%29.15

CMYK Percentages of Color #dbddb5

%1
%0
%18
%13

Triadic Colors of #dbddb5

#dbddb5 #b5dbdd #ddb5db

Analogous Colors of #dbddb5

#dbddb5 #c7ddb5 #ddcbb5

Monochromatic Colors of #dbddb5

#dbddb5

Complementary Color

#dbddb5 #b7b5dd

#dbddb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddb5 Color CSS Codes

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

#dbddb5 Text Font Color

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

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


#dbddb5 Background Color

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

This div background color is #dbddb5


#dbddb5 Border Color

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

This div border color is #dbddb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddb5

#dbddb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.