Color Hex Logo

#d3bebd Color Hex

#D3BEBD
(211,190,189)
0 Favorites   0 Comments

Color spaces of #d3bebd

RGB 211190189
HSL0.010.200.78
HSV10°83°
CMYK 0.000.100.10   0.17
XYZ54.462754.349955.7642
Yxy54.34990.33090.3302
Hunter Lab73.72242.85346.7582
CIE-Lab78.66537.25503.2007

#d3bebd color RGB value is (211,190,189).

#d3bebd hex color red value is 211, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d3bebd hue: 0.01 , saturation: 0.20 and the lightness value of d3bebd is 0.78.

The process color (four color CMYK) of #d3bebd color hex is 0.00, 0.10, 0.10, 0.17. Web safe color of #d3bebd is #cccccc. Color #d3bebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111110 10111101
Octal 323 276 275
Decimal 211 190 189
Hex D3 BE BD

RGB Percentages of Color #d3bebd

%35.76
%32.20
%32.03

CMYK Percentages of Color #d3bebd

%0
%10
%10
%17

Triadic Colors of #d3bebd

#d3bebd #bdd3be #bebdd3

Analogous Colors of #d3bebd

#d3bebd #d3c9bd #d3bdc7

Monochromatic Colors of #d3bebd

#d3bebd

Complementary Color

#d3bebd #bdd2d3

#d3bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bebd Color CSS Codes

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

#d3bebd Text Font Color

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

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


#d3bebd Background Color

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

This div background color is #d3bebd


#d3bebd Border Color

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

This div border color is #d3bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bebd


Comments

No comments written yet.

Please login to write comment.