Color Hex Logo

#dcedb2 Color Hex

#DCEDB2
(220,237,178)
0 Favorites   0 Comments

Color spaces of #dcedb2

RGB 220237178
HSL0.210.620.81
HSV77°25°93°
CMYK 0.070.000.25   0.07
XYZ67.835378.998453.7924
Yxy78.99840.33810.3938
Hunter Lab88.8810-19.308026.3334
CIE-Lab91.2336-15.383526.7788

#dcedb2 color RGB value is (220,237,178).

#dcedb2 hex color red value is 220, green value is 237 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dcedb2 hue: 0.21 , saturation: 0.62 and the lightness value of dcedb2 is 0.81.

The process color (four color CMYK) of #dcedb2 color hex is 0.07, 0.00, 0.25, 0.07. Web safe color of #dcedb2 is #ccff99. Color #dcedb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10110010
Octal 334 355 262
Decimal 220 237 178
Hex DC ED B2

RGB Percentages of Color #dcedb2

%34.65
%37.32
%28.03

CMYK Percentages of Color #dcedb2

%7
%0
%25
%7

Triadic Colors of #dcedb2

#dcedb2 #b2dced #edb2dc

Analogous Colors of #dcedb2

#dcedb2 #bfedb2 #ede1b2

Monochromatic Colors of #dcedb2

#dcedb2

Complementary Color

#dcedb2 #c3b2ed

#dcedb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedb2 Color CSS Codes

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

#dcedb2 Text Font Color

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

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


#dcedb2 Background Color

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

This div background color is #dcedb2


#dcedb2 Border Color

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

This div border color is #dcedb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedb2


Comments

No comments written yet.

Please login to write comment.