Color Hex Logo

#d3debc Color Hex

#D3DEBC
(211,222,188)
0 Favorites   0 Comments

Color spaces of #d3debc

RGB 211222188
HSL0.220.340.80
HSV79°15°87°
CMYK 0.050.000.15   0.13
XYZ62.062369.722357.7637
Yxy69.72230.32740.3678
Hunter Lab83.4999-13.452517.4342
CIE-Lab86.8605-9.587215.4401

#d3debc color RGB value is (211,222,188).

#d3debc hex color red value is 211, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d3debc hue: 0.22 , saturation: 0.34 and the lightness value of d3debc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011110 10111100
Octal 323 336 274
Decimal 211 222 188
Hex D3 DE BC

RGB Percentages of Color #d3debc

%33.98
%35.75
%30.27

CMYK Percentages of Color #d3debc

%5
%0
%15
%13

Triadic Colors of #d3debc

#d3debc #bcd3de #debcd3

Analogous Colors of #d3debc

#d3debc #c2debc #ded8bc

Monochromatic Colors of #d3debc

#d3debc

Complementary Color

#d3debc #c7bcde

#d3debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3debc Color CSS Codes

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

#d3debc Text Font Color

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

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


#d3debc Background Color

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

This div background color is #d3debc


#d3debc Border Color

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

This div border color is #d3debc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,222,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3debc


Comments

No comments written yet.

Please login to write comment.