Color Hex Logo

#d4daba Color Hex

#D4DABA
(212,218,186)
0 Favorites   0 Comments

Color spaces of #d4daba

RGB 212218186
HSL0.200.300.79
HSV71°15°85°
CMYK 0.030.000.15   0.15
XYZ61.085767.685056.2993
Yxy67.68500.33010.3657
Hunter Lab82.2709-11.438817.0165
CIE-Lab85.8487-7.513315.0756

#d4daba color RGB value is (212,218,186).

#d4daba hex color red value is 212, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d4daba hue: 0.20 , saturation: 0.30 and the lightness value of d4daba is 0.79.

The process color (four color CMYK) of #d4daba color hex is 0.03, 0.00, 0.15, 0.15. Web safe color of #d4daba is #cccccc. Color #d4daba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011010 10111010
Octal 324 332 272
Decimal 212 218 186
Hex D4 DA BA

RGB Percentages of Color #d4daba

%34.42
%35.39
%30.19

CMYK Percentages of Color #d4daba

%3
%0
%15
%15

Triadic Colors of #d4daba

#d4daba #bad4da #dabad4

Analogous Colors of #d4daba

#d4daba #c4daba #dad0ba

Monochromatic Colors of #d4daba

#d4daba

Complementary Color

#d4daba #c0bada

#d4daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4daba Color CSS Codes

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

#d4daba Text Font Color

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

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


#d4daba Background Color

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

This div background color is #d4daba


#d4daba Border Color

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

This div border color is #d4daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4daba


Comments

No comments written yet.

Please login to write comment.