Color Hex Logo

#dabda1 Color Hex

#DABDA1
(218,189,161)
0 Favorites   0 Comments

Color spaces of #dabda1

RGB 218189161
HSL0.080.440.74
HSV29°26°85°
CMYK 0.000.130.26   0.15
XYZ53.544153.873841.2948
Yxy53.87380.36010.3623
Hunter Lab73.39881.767218.0221
CIE-Lab78.38816.101917.9692

#dabda1 color RGB value is (218,189,161).

#dabda1 hex color red value is 218, green value is 189 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dabda1 hue: 0.08 , saturation: 0.44 and the lightness value of dabda1 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10100001
Octal 332 275 241
Decimal 218 189 161
Hex DA BD A1

RGB Percentages of Color #dabda1

%38.38
%33.27
%28.35

CMYK Percentages of Color #dabda1

%0
%13
%26
%15

Triadic Colors of #dabda1

#dabda1 #a1dabd #bda1da

Analogous Colors of #dabda1

#dabda1 #dadaa1 #daa1a2

Monochromatic Colors of #dabda1

#dabda1

Complementary Color

#dabda1 #a1beda

#dabda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabda1 Color CSS Codes

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

#dabda1 Text Font Color

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

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


#dabda1 Background Color

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

This div background color is #dabda1


#dabda1 Border Color

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

This div border color is #dabda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabda1


Comments

No comments written yet.

Please login to write comment.