Color Hex Logo

#dee7bd Color Hex

#DEE7BD
(222,231,189)
0 Favorites   0 Comments

Color spaces of #dee7bd

RGB 222231189
HSL0.200.470.82
HSV73°18°91°
CMYK 0.040.000.18   0.09
XYZ67.885476.355559.3043
Yxy76.35550.33350.3751
Hunter Lab87.3816-14.244120.9281
CIE-Lab90.0241-10.060519.4680

#dee7bd color RGB value is (222,231,189).

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

The process color (four color CMYK) of #dee7bd color hex is 0.04, 0.00, 0.18, 0.09. Web safe color of #dee7bd is #ccffcc. Color #dee7bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 10111101
Octal 336 347 275
Decimal 222 231 189
Hex DE E7 BD

RGB Percentages of Color #dee7bd

%34.58
%35.98
%29.44

CMYK Percentages of Color #dee7bd

%4
%0
%18
%9

Triadic Colors of #dee7bd

#dee7bd #bddee7 #e7bdde

Analogous Colors of #dee7bd

#dee7bd #c9e7bd #e7dbbd

Monochromatic Colors of #dee7bd

#dee7bd

Complementary Color

#dee7bd #c6bde7

#dee7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee7bd Color CSS Codes

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

#dee7bd Text Font Color

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

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


#dee7bd Background Color

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

This div background color is #dee7bd


#dee7bd Border Color

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

This div border color is #dee7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee7bd


Comments

No comments written yet.

Please login to write comment.