Color Hex Logo

#dceba4 Color Hex

#DCEBA4
(220,235,164)
0 Favorites   0 Comments

Color spaces of #dceba4

RGB 220235164
HSL0.200.640.78
HSV73°30°92°
CMYK 0.060.000.30   0.08
XYZ65.924477.312646.5702
Yxy77.31260.34730.4073
Hunter Lab87.9276-20.041530.1468
CIE-Lab90.4653-16.307732.8726

#dceba4 color RGB value is (220,235,164).

#dceba4 hex color red value is 220, green value is 235 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dceba4 hue: 0.20 , saturation: 0.64 and the lightness value of dceba4 is 0.78.

The process color (four color CMYK) of #dceba4 color hex is 0.06, 0.00, 0.30, 0.08. Web safe color of #dceba4 is #ccff99. Color #dceba4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10100100
Octal 334 353 244
Decimal 220 235 164
Hex DC EB A4

RGB Percentages of Color #dceba4

%35.54
%37.96
%26.49

CMYK Percentages of Color #dceba4

%6
%0
%30
%8

Triadic Colors of #dceba4

#dceba4 #a4dceb #eba4dc

Analogous Colors of #dceba4

#dceba4 #b9eba4 #ebd7a4

Monochromatic Colors of #dceba4

#dceba4

Complementary Color

#dceba4 #b3a4eb

#dceba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceba4 Color CSS Codes

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

#dceba4 Text Font Color

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

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


#dceba4 Background Color

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

This div background color is #dceba4


#dceba4 Border Color

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

This div border color is #dceba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceba4


Comments

No comments written yet.

Please login to write comment.