Color Hex Logo

#d6ebcc Color Hex

#D6EBCC
(214,235,204)
0 Favorites   0 Comments

Color spaces of #d6ebcc

RGB 214235204
HSL0.280.440.86
HSV101°13°92°
CMYK 0.090.000.13   0.08
XYZ68.339078.072468.5944
Yxy78.07240.31780.3631
Hunter Lab88.3586-16.570615.8231
CIE-Lab90.8129-12.467212.7094

#d6ebcc color RGB value is (214,235,204).

#d6ebcc hex color red value is 214, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d6ebcc hue: 0.28 , saturation: 0.44 and the lightness value of d6ebcc is 0.86.

The process color (four color CMYK) of #d6ebcc color hex is 0.09, 0.00, 0.13, 0.08. Web safe color of #d6ebcc is #ccffcc. Color #d6ebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101011 11001100
Octal 326 353 314
Decimal 214 235 204
Hex D6 EB CC

RGB Percentages of Color #d6ebcc

%32.77
%35.99
%31.24

CMYK Percentages of Color #d6ebcc

%9
%0
%13
%8

Triadic Colors of #d6ebcc

#d6ebcc #ccd6eb #ebccd6

Analogous Colors of #d6ebcc

#d6ebcc #ccebd2 #e6ebcc

Monochromatic Colors of #d6ebcc

#d6ebcc

Complementary Color

#d6ebcc #e1cceb

#d6ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ebcc Color CSS Codes

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

#d6ebcc Text Font Color

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

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


#d6ebcc Background Color

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

This div background color is #d6ebcc


#d6ebcc Border Color

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

This div border color is #d6ebcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,235,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ebcc

#d6ebcc Color Palettes


Comments

No comments written yet.

Please login to write comment.