Color Hex Logo

#d5dbba Color Hex

#D5DBBA
(213,219,186)
0 Favorites   0 Comments

Color spaces of #d5dbba

RGB 213219186
HSL0.200.310.79
HSV71°15°86°
CMYK 0.030.000.15   0.14
XYZ61.635068.354356.3996
Yxy68.35430.33070.3667
Hunter Lab82.6767-11.613417.4278
CIE-Lab86.1833-7.666115.5572

#d5dbba color RGB value is (213,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011011 10111010
Octal 325 333 272
Decimal 213 219 186
Hex D5 DB BA

RGB Percentages of Color #d5dbba

%34.47
%35.44
%30.10

CMYK Percentages of Color #d5dbba

%3
%0
%15
%14

Triadic Colors of #d5dbba

#d5dbba #bad5db #dbbad5

Analogous Colors of #d5dbba

#d5dbba #c5dbba #dbd1ba

Monochromatic Colors of #d5dbba

#d5dbba

Complementary Color

#d5dbba #c0badb

#d5dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dbba Color CSS Codes

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

#d5dbba Text Font Color

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

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


#d5dbba Background Color

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

This div background color is #d5dbba


#d5dbba Border Color

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

This div border color is #d5dbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,219,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 #d5dbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dbba


Comments

No comments written yet.

Please login to write comment.