Color Hex Logo

#d5dabd Color Hex

#D5DABD
(213,218,189)
0 Favorites   0 Comments

Color spaces of #d5dabd

RGB 213218189
HSL0.200.280.80
HSV70°13°85°
CMYK 0.020.000.13   0.15
XYZ61.697367.963158.0105
Yxy67.96310.32880.3621
Hunter Lab82.4397-10.681415.9871
CIE-Lab85.9880-6.678513.7056

#d5dabd color RGB value is (213,218,189).

#d5dabd hex color red value is 213, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5dabd hue: 0.20 , saturation: 0.28 and the lightness value of d5dabd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011010 10111101
Octal 325 332 275
Decimal 213 218 189
Hex D5 DA BD

RGB Percentages of Color #d5dabd

%34.35
%35.16
%30.48

CMYK Percentages of Color #d5dabd

%2
%0
%13
%15

Triadic Colors of #d5dabd

#d5dabd #bdd5da #dabdd5

Analogous Colors of #d5dabd

#d5dabd #c7dabd #dad1bd

Monochromatic Colors of #d5dabd

#d5dabd

Complementary Color

#d5dabd #c2bdda

#d5dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dabd Color CSS Codes

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

#d5dabd Text Font Color

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

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


#d5dabd Background Color

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

This div background color is #d5dabd


#d5dabd Border Color

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

This div border color is #d5dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dabd


Comments

No comments written yet.

Please login to write comment.