Color Hex Logo

#dcedb4 Color Hex

#DCEDB4
(220,237,180)
0 Favorites   0 Comments

Color spaces of #dcedb4

RGB 220237180
HSL0.220.610.82
HSV78°24°93°
CMYK 0.070.000.24   0.07
XYZ68.037679.079354.8579
Yxy79.07930.33690.3915
Hunter Lab88.9265-19.051325.6732
CIE-Lab91.2702-15.097525.8048

#dcedb4 color RGB value is (220,237,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10110100
Octal 334 355 264
Decimal 220 237 180
Hex DC ED B4

RGB Percentages of Color #dcedb4

%34.54
%37.21
%28.26

CMYK Percentages of Color #dcedb4

%7
%0
%24
%7

Triadic Colors of #dcedb4

#dcedb4 #b4dced #edb4dc

Analogous Colors of #dcedb4

#dcedb4 #c0edb4 #ede2b4

Monochromatic Colors of #dcedb4

#dcedb4

Complementary Color

#dcedb4 #c5b4ed

#dcedb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedb4 Color CSS Codes

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

#dcedb4 Text Font Color

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

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


#dcedb4 Background Color

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

This div background color is #dcedb4


#dcedb4 Border Color

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

This div border color is #dcedb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedb4


Comments

No comments written yet.

Please login to write comment.