Color Hex Logo

#dce0ab Color Hex

#DCE0AB
(220,224,171)
0 Favorites   0 Comments

Color spaces of #dce0ab

RGB 220224171
HSL0.180.460.77
HSV65°24°88°
CMYK 0.020.000.24   0.12
XYZ63.521571.467248.9747
Yxy71.46720.34530.3885
Hunter Lab84.5383-13.818324.8289
CIE-Lab87.7115-9.882025.5747

#dce0ab color RGB value is (220,224,171).

#dce0ab hex color red value is 220, green value is 224 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dce0ab hue: 0.18 , saturation: 0.46 and the lightness value of dce0ab is 0.77.

The process color (four color CMYK) of #dce0ab color hex is 0.02, 0.00, 0.24, 0.12. Web safe color of #dce0ab is #cccc99. Color #dce0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10101011
Octal 334 340 253
Decimal 220 224 171
Hex DC E0 AB

RGB Percentages of Color #dce0ab

%35.77
%36.42
%27.80

CMYK Percentages of Color #dce0ab

%2
%0
%24
%12

Triadic Colors of #dce0ab

#dce0ab #abdce0 #e0abdc

Analogous Colors of #dce0ab

#dce0ab #c2e0ab #e0caab

Monochromatic Colors of #dce0ab

#dce0ab

Complementary Color

#dce0ab #afabe0

#dce0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce0ab Color CSS Codes

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

#dce0ab Text Font Color

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

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


#dce0ab Background Color

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

This div background color is #dce0ab


#dce0ab Border Color

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

This div border color is #dce0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce0ab


Comments

No comments written yet.

Please login to write comment.