Color Hex Logo

#dabda9 Color Hex

#DABDA9
(218,189,169)
0 Favorites   0 Comments

Color spaces of #dabda9

RGB 218189169
HSL0.070.400.76
HSV24°22°85°
CMYK 0.000.130.22   0.15
XYZ54.272554.165245.1306
Yxy54.16520.35340.3527
Hunter Lab73.59702.836115.1605
CIE-Lab78.55807.233813.9117

#dabda9 color RGB value is (218,189,169).

#dabda9 hex color red value is 218, green value is 189 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dabda9 hue: 0.07 , saturation: 0.40 and the lightness value of dabda9 is 0.76.

The process color (four color CMYK) of #dabda9 color hex is 0.00, 0.13, 0.22, 0.15. Web safe color of #dabda9 is #cccc99. Color #dabda9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10101001
Octal 332 275 251
Decimal 218 189 169
Hex DA BD A9

RGB Percentages of Color #dabda9

%37.85
%32.81
%29.34

CMYK Percentages of Color #dabda9

%0
%13
%22
%15

Triadic Colors of #dabda9

#dabda9 #a9dabd #bda9da

Analogous Colors of #dabda9

#dabda9 #dad6a9 #daa9ae

Monochromatic Colors of #dabda9

#dabda9

Complementary Color

#dabda9 #a9c6da

#dabda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabda9 Color CSS Codes

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

#dabda9 Text Font Color

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

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


#dabda9 Background Color

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

This div background color is #dabda9


#dabda9 Border Color

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

This div border color is #dabda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabda9


Comments

No comments written yet.

Please login to write comment.