Color Hex Logo

#dceba9 Color Hex

#DCEBA9
(220,235,169)
0 Favorites   0 Comments

Color spaces of #dceba9

RGB 220235169
HSL0.200.620.79
HSV74°28°92°
CMYK 0.060.000.28   0.08
XYZ66.385077.496948.9957
Yxy77.49690.34420.4018
Hunter Lab88.0323-19.450128.6239
CIE-Lab90.5498-15.643730.4464

#dceba9 color RGB value is (220,235,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10101001
Octal 334 353 251
Decimal 220 235 169
Hex DC EB A9

RGB Percentages of Color #dceba9

%35.26
%37.66
%27.08

CMYK Percentages of Color #dceba9

%6
%0
%28
%8

Triadic Colors of #dceba9

#dceba9 #a9dceb #eba9dc

Analogous Colors of #dceba9

#dceba9 #bbeba9 #ebd9a9

Monochromatic Colors of #dceba9

#dceba9

Complementary Color

#dceba9 #b8a9eb

#dceba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceba9 Color CSS Codes

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

#dceba9 Text Font Color

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

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


#dceba9 Background Color

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

This div background color is #dceba9


#dceba9 Border Color

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

This div border color is #dceba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceba9


Comments

No comments written yet.

Please login to write comment.