Color Hex Logo

#dce69c Color Hex

#DCE69C
(220,230,156)
0 Favorites   0 Comments

Color spaces of #dce69c

RGB 220230156
HSL0.190.600.76
HSV68°32°90°
CMYK 0.040.000.32   0.10
XYZ63.812874.209642.4131
Yxy74.20960.35370.4113
Hunter Lab86.1450-18.528031.1103
CIE-Lab89.0215-14.861235.0074

#dce69c color RGB value is (220,230,156).

#dce69c hex color red value is 220, green value is 230 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dce69c hue: 0.19 , saturation: 0.60 and the lightness value of dce69c is 0.76.

The process color (four color CMYK) of #dce69c color hex is 0.04, 0.00, 0.32, 0.10. Web safe color of #dce69c is #ccff99. Color #dce69c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 10011100
Octal 334 346 234
Decimal 220 230 156
Hex DC E6 9C

RGB Percentages of Color #dce69c

%36.30
%37.95
%25.74

CMYK Percentages of Color #dce69c

%4
%0
%32
%10

Triadic Colors of #dce69c

#dce69c #9cdce6 #e69cdc

Analogous Colors of #dce69c

#dce69c #b7e69c #e6cb9c

Monochromatic Colors of #dce69c

#dce69c

Complementary Color

#dce69c #a69ce6

#dce69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce69c Color CSS Codes

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

#dce69c Text Font Color

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

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


#dce69c Background Color

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

This div background color is #dce69c


#dce69c Border Color

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

This div border color is #dce69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce69c


Comments

No comments written yet.

Please login to write comment.