Color Hex Logo

#deebbd Color Hex

#DEEBBD
(222,235,189)
0 Favorites   0 Comments

Color spaces of #deebbd

RGB 222235189
HSL0.210.530.83
HSV77°20°92°
CMYK 0.060.000.20   0.08
XYZ69.017878.620459.6817
Yxy78.62040.33290.3792
Hunter Lab88.6681-16.227822.1602
CIE-Lab91.0623-12.063720.9121

#deebbd color RGB value is (222,235,189).

#deebbd hex color red value is 222, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deebbd hue: 0.21 , saturation: 0.53 and the lightness value of deebbd is 0.83.

The process color (four color CMYK) of #deebbd color hex is 0.06, 0.00, 0.20, 0.08. Web safe color of #deebbd is #ccffcc. Color #deebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 10111101
Octal 336 353 275
Decimal 222 235 189
Hex DE EB BD

RGB Percentages of Color #deebbd

%34.37
%36.38
%29.26

CMYK Percentages of Color #deebbd

%6
%0
%20
%8

Triadic Colors of #deebbd

#deebbd #bddeeb #ebbdde

Analogous Colors of #deebbd

#deebbd #c7ebbd #ebe1bd

Monochromatic Colors of #deebbd

#deebbd

Complementary Color

#deebbd #cabdeb

#deebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebbd Color CSS Codes

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

#deebbd Text Font Color

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

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


#deebbd Background Color

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

This div background color is #deebbd


#deebbd Border Color

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

This div border color is #deebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebbd


Comments

No comments written yet.

Please login to write comment.