Color Hex Logo

#d6edbd Color Hex

#D6EDBD
(214,237,189)
0 Favorites   0 Comments

Color spaces of #d6edbd

RGB 214237189
HSL0.250.570.84
HSV89°20°93°
CMYK 0.100.000.20   0.07
XYZ67.201178.538659.7617
Yxy78.53860.32700.3822
Hunter Lab88.6220-19.733922.0536
CIE-Lab91.0251-15.881920.7749

#d6edbd color RGB value is (214,237,189).

#d6edbd hex color red value is 214, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d6edbd hue: 0.25 , saturation: 0.57 and the lightness value of d6edbd is 0.84.

The process color (four color CMYK) of #d6edbd color hex is 0.10, 0.00, 0.20, 0.07. Web safe color of #d6edbd is #ccffcc. Color #d6edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101101 10111101
Octal 326 355 275
Decimal 214 237 189
Hex D6 ED BD

RGB Percentages of Color #d6edbd

%33.44
%37.03
%29.53

CMYK Percentages of Color #d6edbd

%10
%0
%20
%7

Triadic Colors of #d6edbd

#d6edbd #bdd6ed #edbdd6

Analogous Colors of #d6edbd

#d6edbd #beedbd #edecbd

Monochromatic Colors of #d6edbd

#d6edbd

Complementary Color

#d6edbd #d4bded

#d6edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6edbd Color CSS Codes

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

#d6edbd Text Font Color

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

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


#d6edbd Background Color

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

This div background color is #d6edbd


#d6edbd Border Color

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

This div border color is #d6edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6edbd


Comments

No comments written yet.

Please login to write comment.