Color Hex Logo

#d6ebda Color Hex

#D6EBDA
(214,235,218)
0 Favorites   0 Comments

Color spaces of #d6ebda

RGB 214235218
HSL0.370.340.88
HSV131°92°
CMYK 0.090.000.07   0.08
XYZ70.094878.774877.8403
Yxy78.77480.30920.3475
Hunter Lab88.7552-14.350410.1299
CIE-Lab91.1323-10.04005.8790

#d6ebda color RGB value is (214,235,218).

#d6ebda hex color red value is 214, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d6ebda hue: 0.37 , saturation: 0.34 and the lightness value of d6ebda is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101011 11011010
Octal 326 353 332
Decimal 214 235 218
Hex D6 EB DA

RGB Percentages of Color #d6ebda

%32.08
%35.23
%32.68

CMYK Percentages of Color #d6ebda

%9
%0
%7
%8

Triadic Colors of #d6ebda

#d6ebda #dad6eb #ebdad6

Analogous Colors of #d6ebda

#d6ebda #d6ebe5 #ddebd6

Monochromatic Colors of #d6ebda

#d6ebda

Complementary Color

#d6ebda #ebd6e7

#d6ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ebda Color CSS Codes

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

#d6ebda Text Font Color

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

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


#d6ebda Background Color

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

This div background color is #d6ebda


#d6ebda Border Color

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

This div border color is #d6ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ebda


Comments

No comments written yet.

Please login to write comment.