Color Hex Logo

#dcedb7 Color Hex

#DCEDB7
(220,237,183)
0 Favorites   0 Comments

Color spaces of #dcedb7

RGB 220237183
HSL0.220.600.82
HSV79°23°93°
CMYK 0.070.000.23   0.07
XYZ68.346679.202956.4852
Yxy79.20290.33500.3882
Hunter Lab88.9960-18.659724.6662
CIE-Lab91.3260-14.662224.3428

#dcedb7 color RGB value is (220,237,183).

#dcedb7 hex color red value is 220, green value is 237 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dcedb7 hue: 0.22 , saturation: 0.60 and the lightness value of dcedb7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10110111
Octal 334 355 267
Decimal 220 237 183
Hex DC ED B7

RGB Percentages of Color #dcedb7

%34.38
%37.03
%28.59

CMYK Percentages of Color #dcedb7

%7
%0
%23
%7

Triadic Colors of #dcedb7

#dcedb7 #b7dced #edb7dc

Analogous Colors of #dcedb7

#dcedb7 #c1edb7 #ede3b7

Monochromatic Colors of #dcedb7

#dcedb7

Complementary Color

#dcedb7 #c8b7ed

#dcedb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedb7 Color CSS Codes

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

#dcedb7 Text Font Color

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

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


#dcedb7 Background Color

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

This div background color is #dcedb7


#dcedb7 Border Color

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

This div border color is #dcedb7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,237,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedb7


Comments

No comments written yet.

Please login to write comment.