Color Hex Logo

#dee4bd Color Hex

#DEE4BD
(222,228,189)
0 Favorites   0 Comments

Color spaces of #dee4bd

RGB 222228189
HSL0.190.420.82
HSV69°17°89°
CMYK 0.030.000.17   0.11
XYZ67.052974.690559.0268
Yxy74.69050.33400.3720
Hunter Lab86.4237-12.749920.0019
CIE-Lab89.2478-8.548818.3846

#dee4bd color RGB value is (222,228,189).

#dee4bd hex color red value is 222, green value is 228 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dee4bd hue: 0.19 , saturation: 0.42 and the lightness value of dee4bd is 0.82.

The process color (four color CMYK) of #dee4bd color hex is 0.03, 0.00, 0.17, 0.11. Web safe color of #dee4bd is #cccccc. Color #dee4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 10111101
Octal 336 344 275
Decimal 222 228 189
Hex DE E4 BD

RGB Percentages of Color #dee4bd

%34.74
%35.68
%29.58

CMYK Percentages of Color #dee4bd

%3
%0
%17
%11

Triadic Colors of #dee4bd

#dee4bd #bddee4 #e4bdde

Analogous Colors of #dee4bd

#dee4bd #cbe4bd #e4d7bd

Monochromatic Colors of #dee4bd

#dee4bd

Complementary Color

#dee4bd #c3bde4

#dee4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee4bd Color CSS Codes

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

#dee4bd Text Font Color

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

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


#dee4bd Background Color

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

This div background color is #dee4bd


#dee4bd Border Color

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

This div border color is #dee4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee4bd


Comments

No comments written yet.

Please login to write comment.