Color Hex Logo

#dee5bd Color Hex

#DEE5BD
(222,229,189)
0 Favorites   0 Comments

Color spaces of #dee5bd

RGB 222229189
HSL0.200.430.82
HSV71°17°90°
CMYK 0.030.000.17   0.10
XYZ67.328875.242359.1187
Yxy75.24230.33380.3731
Hunter Lab86.7423-13.248620.3109
CIE-Lab89.5064-9.053618.7458

#dee5bd color RGB value is (222,229,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 10111101
Octal 336 345 275
Decimal 222 229 189
Hex DE E5 BD

RGB Percentages of Color #dee5bd

%34.69
%35.78
%29.53

CMYK Percentages of Color #dee5bd

%3
%0
%17
%10

Triadic Colors of #dee5bd

#dee5bd #bddee5 #e5bdde

Analogous Colors of #dee5bd

#dee5bd #cae5bd #e5d8bd

Monochromatic Colors of #dee5bd

#dee5bd

Complementary Color

#dee5bd #c4bde5

#dee5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee5bd Color CSS Codes

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

#dee5bd Text Font Color

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

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


#dee5bd Background Color

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

This div background color is #dee5bd


#dee5bd Border Color

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

This div border color is #dee5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee5bd


Comments

No comments written yet.

Please login to write comment.