Color Hex Logo

#dbdab4 Color Hex

#DBDAB4
(219,218,180)
0 Favorites   0 Comments

Color spaces of #dbdab4

RGB 219218180
HSL0.160.350.78
HSV58°18°86°
CMYK 0.000.000.18   0.14
XYZ62.523068.498253.1062
Yxy68.49820.33960.3720
Hunter Lab82.7636-9.990319.8905
CIE-Lab86.2550-5.906518.8701

#dbdab4 color RGB value is (219,218,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10110100
Octal 333 332 264
Decimal 219 218 180
Hex DB DA B4

RGB Percentages of Color #dbdab4

%35.49
%35.33
%29.17

CMYK Percentages of Color #dbdab4

%0
%0
%18
%14

Triadic Colors of #dbdab4

#dbdab4 #b4dbda #dab4db

Analogous Colors of #dbdab4

#dbdab4 #c9dbb4 #dbc7b4

Monochromatic Colors of #dbdab4

#dbdab4

Complementary Color

#dbdab4 #b4b5db

#dbdab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdab4 Color CSS Codes

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

#dbdab4 Text Font Color

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

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


#dbdab4 Background Color

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

This div background color is #dbdab4


#dbdab4 Border Color

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

This div border color is #dbdab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdab4


Comments

No comments written yet.

Please login to write comment.