Color Hex Logo

#dabda0 Color Hex

#DABDA0
(218,189,160)
0 Favorites   0 Comments

Color spaces of #dabda0

RGB 218189160
HSL0.080.440.74
HSV30°27°85°
CMYK 0.000.130.27   0.15
XYZ53.456253.838740.8322
Yxy53.83870.36090.3635
Hunter Lab73.37491.637618.3683
CIE-Lab78.36765.964218.4765

#dabda0 color RGB value is (218,189,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10100000
Octal 332 275 240
Decimal 218 189 160
Hex DA BD A0

RGB Percentages of Color #dabda0

%38.45
%33.33
%28.22

CMYK Percentages of Color #dabda0

%0
%13
%27
%15

Triadic Colors of #dabda0

#dabda0 #a0dabd #bda0da

Analogous Colors of #dabda0

#dabda0 #dadaa0 #daa0a0

Monochromatic Colors of #dabda0

#dabda0

Complementary Color

#dabda0 #a0bdda

#dabda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabda0 Color CSS Codes

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

#dabda0 Text Font Color

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

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


#dabda0 Background Color

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

This div background color is #dabda0


#dabda0 Border Color

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

This div border color is #dabda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabda0


Comments

No comments written yet.

Please login to write comment.