Color Hex Logo

#d5dbbf Color Hex

#D5DBBF
(213,219,191)
0 Favorites   0 Comments

Color spaces of #d5dbbf

RGB 213219191
HSL0.200.280.80
HSV73°13°86°
CMYK 0.030.000.13   0.14
XYZ62.176168.570859.2487
Yxy68.57080.32730.3609
Hunter Lab82.8075-10.886215.5433
CIE-Lab86.2911-6.867913.0827

#d5dbbf color RGB value is (213,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011011 10111111
Octal 325 333 277
Decimal 213 219 191
Hex D5 DB BF

RGB Percentages of Color #d5dbbf

%34.19
%35.15
%30.66

CMYK Percentages of Color #d5dbbf

%3
%0
%13
%14

Triadic Colors of #d5dbbf

#d5dbbf #bfd5db #dbbfd5

Analogous Colors of #d5dbbf

#d5dbbf #c7dbbf #dbd3bf

Monochromatic Colors of #d5dbbf

#d5dbbf

Complementary Color

#d5dbbf #c5bfdb

#d5dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dbbf Color CSS Codes

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

#d5dbbf Text Font Color

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

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


#d5dbbf Background Color

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

This div background color is #d5dbbf


#d5dbbf Border Color

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

This div border color is #d5dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dbbf


Comments

No comments written yet.

Please login to write comment.