Color Hex Logo

#d2debe Color Hex

#D2DEBE
(210,222,190)
0 Favorites   0 Comments

Color spaces of #d2debe

RGB 210222190
HSL0.230.330.81
HSV83°14°87°
CMYK 0.050.000.14   0.13
XYZ61.993969.661958.8939
Yxy69.66190.32530.3656
Hunter Lab83.4637-13.478016.5882
CIE-Lab86.8308-9.618514.3398

#d2debe color RGB value is (210,222,190).

#d2debe hex color red value is 210, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d2debe hue: 0.23 , saturation: 0.33 and the lightness value of d2debe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011110 10111110
Octal 322 336 276
Decimal 210 222 190
Hex D2 DE BE

RGB Percentages of Color #d2debe

%33.76
%35.69
%30.55

CMYK Percentages of Color #d2debe

%5
%0
%14
%13

Triadic Colors of #d2debe

#d2debe #bed2de #debed2

Analogous Colors of #d2debe

#d2debe #c2debe #dedabe

Monochromatic Colors of #d2debe

#d2debe

Complementary Color

#d2debe #cabede

#d2debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2debe Color CSS Codes

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

#d2debe Text Font Color

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

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


#d2debe Background Color

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

This div background color is #d2debe


#d2debe Border Color

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

This div border color is #d2debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2debe


Comments

No comments written yet.

Please login to write comment.