Color Hex Logo

#dceebd Color Hex

#DCEEBD
(220,238,189)
0 Favorites   0 Comments

Color spaces of #dceebd

RGB 220238189
HSL0.230.590.84
HSV82°21°93°
CMYK 0.080.000.21   0.07
XYZ69.275080.038859.9420
Yxy80.03880.33110.3825
Hunter Lab89.4644-18.344822.9002
CIE-Lab91.7023-14.264821.7779

#dceebd color RGB value is (220,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10111101
Octal 334 356 275
Decimal 220 238 189
Hex DC EE BD

RGB Percentages of Color #dceebd

%34.00
%36.79
%29.21

CMYK Percentages of Color #dceebd

%8
%0
%21
%7

Triadic Colors of #dceebd

#dceebd #bddcee #eebddc

Analogous Colors of #dceebd

#dceebd #c4eebd #eee8bd

Monochromatic Colors of #dceebd

#dceebd

Complementary Color

#dceebd #cfbdee

#dceebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceebd Color CSS Codes

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

#dceebd Text Font Color

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

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


#dceebd Background Color

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

This div background color is #dceebd


#dceebd Border Color

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

This div border color is #dceebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceebd


Comments

No comments written yet.

Please login to write comment.