Color Hex Logo

#dee0bb Color Hex

#DEE0BB
(222,224,187)
0 Favorites   0 Comments

Color spaces of #dee0bb

RGB 222224187
HSL0.180.370.81
HSV63°17°88°
CMYK 0.010.000.17   0.12
XYZ65.749572.428857.5285
Yxy72.42880.33600.3701
Hunter Lab85.1051-11.030519.4953
CIE-Lab88.1746-6.825717.9259

#dee0bb color RGB value is (222,224,187).

#dee0bb hex color red value is 222, green value is 224 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dee0bb hue: 0.18 , saturation: 0.37 and the lightness value of dee0bb is 0.81.

The process color (four color CMYK) of #dee0bb color hex is 0.01, 0.00, 0.17, 0.12. Web safe color of #dee0bb is #cccccc. Color #dee0bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 10111011
Octal 336 340 273
Decimal 222 224 187
Hex DE E0 BB

RGB Percentages of Color #dee0bb

%35.07
%35.39
%29.54

CMYK Percentages of Color #dee0bb

%1
%0
%17
%12

Triadic Colors of #dee0bb

#dee0bb #bbdee0 #e0bbde

Analogous Colors of #dee0bb

#dee0bb #cce0bb #e0d0bb

Monochromatic Colors of #dee0bb

#dee0bb

Complementary Color

#dee0bb #bdbbe0

#dee0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee0bb Color CSS Codes

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

#dee0bb Text Font Color

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

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


#dee0bb Background Color

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

This div background color is #dee0bb


#dee0bb Border Color

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

This div border color is #dee0bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,224,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee0bb


Comments

No comments written yet.

Please login to write comment.