Color Hex Logo

#dad8be Color Hex

#DAD8BE
(218,216,190)
0 Favorites   0 Comments

Color spaces of #dad8be

RGB 218216190
HSL0.150.270.80
HSV56°13°85°
CMYK 0.000.010.13   0.15
XYZ62.763667.734958.4813
Yxy67.73490.33210.3584
Hunter Lab82.3012-7.901515.4808
CIE-Lab85.8737-3.706113.0711

#dad8be color RGB value is (218,216,190).

#dad8be hex color red value is 218, green value is 216 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dad8be hue: 0.15 , saturation: 0.27 and the lightness value of dad8be is 0.80.

The process color (four color CMYK) of #dad8be color hex is 0.00, 0.01, 0.13, 0.15. Web safe color of #dad8be is #cccccc. Color #dad8be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 10111110
Octal 332 330 276
Decimal 218 216 190
Hex DA D8 BE

RGB Percentages of Color #dad8be

%34.94
%34.62
%30.45

CMYK Percentages of Color #dad8be

%0
%1
%13
%15

Triadic Colors of #dad8be

#dad8be #bedad8 #d8beda

Analogous Colors of #dad8be

#dad8be #cedabe #dacabe

Monochromatic Colors of #dad8be

#dad8be

Complementary Color

#dad8be #bec0da

#dad8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad8be Color CSS Codes

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

#dad8be Text Font Color

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

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


#dad8be Background Color

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

This div background color is #dad8be


#dad8be Border Color

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

This div border color is #dad8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad8be


Comments

No comments written yet.

Please login to write comment.