Color Hex Logo

#d6debc Color Hex

#D6DEBC
(214,222,188)
0 Favorites   0 Comments

Color spaces of #d6debc

RGB 214222188
HSL0.210.340.80
HSV74°15°87°
CMYK 0.040.000.15   0.13
XYZ62.929970.169557.8043
Yxy70.16950.32960.3676
Hunter Lab83.7672-12.495017.7235
CIE-Lab87.0799-8.521115.7806

#d6debc color RGB value is (214,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 10111100
Octal 326 336 274
Decimal 214 222 188
Hex D6 DE BC

RGB Percentages of Color #d6debc

%34.29
%35.58
%30.13

CMYK Percentages of Color #d6debc

%4
%0
%15
%13

Triadic Colors of #d6debc

#d6debc #bcd6de #debcd6

Analogous Colors of #d6debc

#d6debc #c5debc #ded5bc

Monochromatic Colors of #d6debc

#d6debc

Complementary Color

#d6debc #c4bcde

#d6debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6debc Color CSS Codes

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

#d6debc Text Font Color

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

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


#d6debc Background Color

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

This div background color is #d6debc


#d6debc Border Color

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

This div border color is #d6debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6debc


Comments

No comments written yet.

Please login to write comment.