Color Hex Logo

#dcedae Color Hex

#DCEDAE
(220,237,174)
0 Favorites   0 Comments

Color spaces of #dcedae

RGB 220237174
HSL0.210.640.81
HSV76°27°93°
CMYK 0.070.000.27   0.07
XYZ67.439478.840051.7076
Yxy78.84000.34060.3982
Hunter Lab88.7919-19.811127.6270
CIE-Lab91.1618-15.945328.7246

#dcedae color RGB value is (220,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10101110
Octal 334 355 256
Decimal 220 237 174
Hex DC ED AE

RGB Percentages of Color #dcedae

%34.87
%37.56
%27.58

CMYK Percentages of Color #dcedae

%7
%0
%27
%7

Triadic Colors of #dcedae

#dcedae #aedced #edaedc

Analogous Colors of #dcedae

#dcedae #bdedae #eddfae

Monochromatic Colors of #dcedae

#dcedae

Complementary Color

#dcedae #bfaeed

#dcedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedae Color CSS Codes

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

#dcedae Text Font Color

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

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


#dcedae Background Color

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

This div background color is #dcedae


#dcedae Border Color

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

This div border color is #dcedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedae


Comments

No comments written yet.

Please login to write comment.