Color Hex Logo

#dce9ab Color Hex

#DCE9AB
(220,233,171)
0 Favorites   0 Comments

Color spaces of #dce9ab

RGB 220233171
HSL0.200.580.79
HSV73°27°91°
CMYK 0.060.000.27   0.09
XYZ66.004876.433749.8024
Yxy76.43370.34330.3976
Hunter Lab87.4264-18.233027.4239
CIE-Lab90.0603-14.382328.7659

#dce9ab color RGB value is (220,233,171).

#dce9ab hex color red value is 220, green value is 233 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dce9ab hue: 0.20 , saturation: 0.58 and the lightness value of dce9ab is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10101011
Octal 334 351 253
Decimal 220 233 171
Hex DC E9 AB

RGB Percentages of Color #dce9ab

%35.26
%37.34
%27.40

CMYK Percentages of Color #dce9ab

%6
%0
%27
%9

Triadic Colors of #dce9ab

#dce9ab #abdce9 #e9abdc

Analogous Colors of #dce9ab

#dce9ab #bde9ab #e9d7ab

Monochromatic Colors of #dce9ab

#dce9ab

Complementary Color

#dce9ab #b8abe9

#dce9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce9ab Color CSS Codes

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

#dce9ab Text Font Color

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

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


#dce9ab Background Color

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

This div background color is #dce9ab


#dce9ab Border Color

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

This div border color is #dce9ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,233,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 #dce9ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce9ab


Comments

No comments written yet.

Please login to write comment.