Color Hex Logo

#d8ecbd Color Hex

#D8ECBD
(216,236,189)
0 Favorites   0 Comments

Color spaces of #d8ecbd

RGB 216236189
HSL0.240.550.83
HSV86°20°93°
CMYK 0.080.000.20   0.07
XYZ67.499778.264059.6930
Yxy78.26400.32850.3809
Hunter Lab88.4669-18.622821.9210
CIE-Lab90.9002-14.684820.6224

#d8ecbd color RGB value is (216,236,189).

#d8ecbd hex color red value is 216, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d8ecbd hue: 0.24 , saturation: 0.55 and the lightness value of d8ecbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101100 10111101
Octal 330 354 275
Decimal 216 236 189
Hex D8 EC BD

RGB Percentages of Color #d8ecbd

%33.70
%36.82
%29.49

CMYK Percentages of Color #d8ecbd

%8
%0
%20
%7

Triadic Colors of #d8ecbd

#d8ecbd #bdd8ec #ecbdd8

Analogous Colors of #d8ecbd

#d8ecbd #c1ecbd #ece9bd

Monochromatic Colors of #d8ecbd

#d8ecbd

Complementary Color

#d8ecbd #d1bdec

#d8ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ecbd Color CSS Codes

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

#d8ecbd Text Font Color

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

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


#d8ecbd Background Color

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

This div background color is #d8ecbd


#d8ecbd Border Color

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

This div border color is #d8ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ecbd


Comments

No comments written yet.

Please login to write comment.