Color Hex Logo

#d6edb9 Color Hex

#D6EDB9
(214,237,185)
0 Favorites   0 Comments

Color spaces of #d6edb9

RGB 214237185
HSL0.240.590.83
HSV87°22°93°
CMYK 0.100.000.22   0.07
XYZ66.772778.367357.5060
Yxy78.36730.32950.3867
Hunter Lab88.5253-20.280623.4530
CIE-Lab90.9472-16.494822.7274

#d6edb9 color RGB value is (214,237,185).

#d6edb9 hex color red value is 214, green value is 237 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #d6edb9 hue: 0.24 , saturation: 0.59 and the lightness value of d6edb9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101101 10111001
Octal 326 355 271
Decimal 214 237 185
Hex D6 ED B9

RGB Percentages of Color #d6edb9

%33.65
%37.26
%29.09

CMYK Percentages of Color #d6edb9

%10
%0
%22
%7

Triadic Colors of #d6edb9

#d6edb9 #b9d6ed #edb9d6

Analogous Colors of #d6edb9

#d6edb9 #bcedb9 #edeab9

Monochromatic Colors of #d6edb9

#d6edb9

Complementary Color

#d6edb9 #d0b9ed

#d6edb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6edb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6edb9 Color CSS Codes

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

#d6edb9 Text Font Color

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

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


#d6edb9 Background Color

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

This div background color is #d6edb9


#d6edb9 Border Color

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

This div border color is #d6edb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6edb9


Comments

No comments written yet.

Please login to write comment.