Color Hex Logo

#dee0be Color Hex

#DEE0BE
(222,224,190)
0 Favorites   0 Comments

Color spaces of #dee0be

RGB 222224190
HSL0.180.350.81
HSV64°15°88°
CMYK 0.010.000.15   0.12
XYZ66.074172.558659.2379
Yxy72.55860.33390.3667
Hunter Lab85.1813-10.607118.3947
CIE-Lab88.2368-6.367316.4473

#dee0be color RGB value is (222,224,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 10111110
Octal 336 340 276
Decimal 222 224 190
Hex DE E0 BE

RGB Percentages of Color #dee0be

%34.91
%35.22
%29.87

CMYK Percentages of Color #dee0be

%1
%0
%15
%12

Triadic Colors of #dee0be

#dee0be #bedee0 #e0bede

Analogous Colors of #dee0be

#dee0be #cde0be #e0d1be

Monochromatic Colors of #dee0be

#dee0be

Complementary Color

#dee0be #c0bee0

#dee0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee0be Color CSS Codes

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

#dee0be Text Font Color

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

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


#dee0be Background Color

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

This div background color is #dee0be


#dee0be Border Color

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

This div border color is #dee0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee0be


Comments

No comments written yet.

Please login to write comment.