Color Hex Logo

#dbdaa8 Color Hex

#DBDAA8
(219,218,168)
0 Favorites   0 Comments

Color spaces of #dbdaa8

RGB 219218168
HSL0.160.410.76
HSV59°23°86°
CMYK 0.000.000.23   0.14
XYZ61.352768.030046.9433
Yxy68.03000.34800.3858
Hunter Lab82.4803-11.563923.9916
CIE-Lab86.0214-7.630224.8095

#dbdaa8 color RGB value is (219,218,168).

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

The process color (four color CMYK) of #dbdaa8 color hex is 0.00, 0.00, 0.23, 0.14. Web safe color of #dbdaa8 is #cccc99. Color #dbdaa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10101000
Octal 333 332 250
Decimal 219 218 168
Hex DB DA A8

RGB Percentages of Color #dbdaa8

%36.20
%36.03
%27.77

CMYK Percentages of Color #dbdaa8

%0
%0
%23
%14

Triadic Colors of #dbdaa8

#dbdaa8 #a8dbda #daa8db

Analogous Colors of #dbdaa8

#dbdaa8 #c3dba8 #dbc1a8

Monochromatic Colors of #dbdaa8

#dbdaa8

Complementary Color

#dbdaa8 #a8a9db

#dbdaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaa8 Color CSS Codes

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

#dbdaa8 Text Font Color

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

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


#dbdaa8 Background Color

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

This div background color is #dbdaa8


#dbdaa8 Border Color

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

This div border color is #dbdaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaa8


Comments

No comments written yet.

Please login to write comment.