Color Hex Logo

#dabaad Color Hex

#DABAAD
(218,186,173)
0 Favorites   0 Comments

Color spaces of #dabaad

RGB 218186173
HSL0.050.380.77
HSV17°21°85°
CMYK 0.000.150.21   0.15
XYZ54.015253.040446.9261
Yxy53.04040.35080.3445
Hunter Lab72.82884.938212.7776
CIE-Lab77.89889.418210.8234

#dabaad color RGB value is (218,186,173).

#dabaad hex color red value is 218, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dabaad hue: 0.05 , saturation: 0.38 and the lightness value of dabaad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10101101
Octal 332 272 255
Decimal 218 186 173
Hex DA BA AD

RGB Percentages of Color #dabaad

%37.78
%32.24
%29.98

CMYK Percentages of Color #dabaad

%0
%15
%21
%15

Triadic Colors of #dabaad

#dabaad #addaba #baadda

Analogous Colors of #dabaad

#dabaad #dad1ad #daadb7

Monochromatic Colors of #dabaad

#dabaad

Complementary Color

#dabaad #adcdda

#dabaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaad Color CSS Codes

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

#dabaad Text Font Color

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

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


#dabaad Background Color

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

This div background color is #dabaad


#dabaad Border Color

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

This div border color is #dabaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaad


Comments

No comments written yet.

Please login to write comment.