Color Hex Logo

#deeebd Color Hex

#DEEEBD
(222,238,189)
0 Favorites   0 Comments

Color spaces of #deeebd

RGB 222238189
HSL0.220.590.84
HSV80°21°93°
CMYK 0.070.000.21   0.07
XYZ69.884080.352859.9705
Yxy80.35280.33250.3823
Hunter Lab89.6397-17.709223.0818
CIE-Lab91.8429-13.556421.9945

#deeebd color RGB value is (222,238,189).

#deeebd hex color red value is 222, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deeebd hue: 0.22 , saturation: 0.59 and the lightness value of deeebd is 0.84.

The process color (four color CMYK) of #deeebd color hex is 0.07, 0.00, 0.21, 0.07. Web safe color of #deeebd is #ccffcc. Color #deeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 10111101
Octal 336 356 275
Decimal 222 238 189
Hex DE EE BD

RGB Percentages of Color #deeebd

%34.21
%36.67
%29.12

CMYK Percentages of Color #deeebd

%7
%0
%21
%7

Triadic Colors of #deeebd

#deeebd #bddeee #eebdde

Analogous Colors of #deeebd

#deeebd #c6eebd #eee6bd

Monochromatic Colors of #deeebd

#deeebd

Complementary Color

#deeebd #cdbdee

#deeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeebd Color CSS Codes

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

#deeebd Text Font Color

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

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


#deeebd Background Color

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

This div background color is #deeebd


#deeebd Border Color

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

This div border color is #deeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeebd


Comments

No comments written yet.

Please login to write comment.