Color Hex Logo

#dce4ab Color Hex

#DCE4AB
(220,228,171)
0 Favorites   0 Comments

Color spaces of #dce4ab

RGB 220228171
HSL0.190.510.78
HSV68°25°89°
CMYK 0.040.000.25   0.11
XYZ64.609373.642749.3373
Yxy73.64270.34440.3926
Hunter Lab85.8153-15.786425.9835
CIE-Lab88.7533-11.891526.9937

#dce4ab color RGB value is (220,228,171).

#dce4ab hex color red value is 220, green value is 228 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dce4ab hue: 0.19 , saturation: 0.51 and the lightness value of dce4ab is 0.78.

The process color (four color CMYK) of #dce4ab color hex is 0.04, 0.00, 0.25, 0.11. Web safe color of #dce4ab is #cccc99. Color #dce4ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 10101011
Octal 334 344 253
Decimal 220 228 171
Hex DC E4 AB

RGB Percentages of Color #dce4ab

%35.54
%36.83
%27.63

CMYK Percentages of Color #dce4ab

%4
%0
%25
%11

Triadic Colors of #dce4ab

#dce4ab #abdce4 #e4abdc

Analogous Colors of #dce4ab

#dce4ab #c0e4ab #e4d0ab

Monochromatic Colors of #dce4ab

#dce4ab

Complementary Color

#dce4ab #b3abe4

#dce4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce4ab Color CSS Codes

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

#dce4ab Text Font Color

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

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


#dce4ab Background Color

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

This div background color is #dce4ab


#dce4ab Border Color

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

This div border color is #dce4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce4ab


Comments

No comments written yet.

Please login to write comment.