Color Hex Logo

#dbd5b5 Color Hex

#DBD5B5
(219,213,181)
0 Favorites   0 Comments

Color spaces of #dbd5b5

RGB 219213181
HSL0.140.350.78
HSV51°17°86°
CMYK 0.000.030.17   0.14
XYZ61.348265.984853.2190
Yxy65.98480.33980.3655
Hunter Lab81.2310-7.345518.0175
CIE-Lab84.9887-3.189116.5755

#dbd5b5 color RGB value is (219,213,181).

#dbd5b5 hex color red value is 219, green value is 213 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dbd5b5 hue: 0.14 , saturation: 0.35 and the lightness value of dbd5b5 is 0.78.

The process color (four color CMYK) of #dbd5b5 color hex is 0.00, 0.03, 0.17, 0.14. Web safe color of #dbd5b5 is #cccccc. Color #dbd5b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10110101
Octal 333 325 265
Decimal 219 213 181
Hex DB D5 B5

RGB Percentages of Color #dbd5b5

%35.73
%34.75
%29.53

CMYK Percentages of Color #dbd5b5

%0
%3
%17
%14

Triadic Colors of #dbd5b5

#dbd5b5 #b5dbd5 #d5b5db

Analogous Colors of #dbd5b5

#dbd5b5 #cedbb5 #dbc2b5

Monochromatic Colors of #dbd5b5

#dbd5b5

Complementary Color

#dbd5b5 #b5bbdb

#dbd5b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd5b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd5b5 Color CSS Codes

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

#dbd5b5 Text Font Color

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

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


#dbd5b5 Background Color

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

This div background color is #dbd5b5


#dbd5b5 Border Color

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

This div border color is #dbd5b5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,213,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 #dbd5b5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd5b5


Comments

No comments written yet.

Please login to write comment.