Color Hex Logo

#dddeba Color Hex

#DDDEBA
(221,222,186)
0 Favorites   0 Comments

Color spaces of #dddeba

RGB 221222186
HSL0.170.350.80
HSV62°16°87°
CMYK 0.000.000.16   0.13
XYZ64.803071.159956.7741
Yxy71.15990.33620.3692
Hunter Lab84.3563-10.498919.1456
CIE-Lab87.5626-6.320217.5807

#dddeba color RGB value is (221,222,186).

#dddeba hex color red value is 221, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dddeba hue: 0.17 , saturation: 0.35 and the lightness value of dddeba is 0.80.

The process color (four color CMYK) of #dddeba color hex is 0.00, 0.00, 0.16, 0.13. Web safe color of #dddeba is #cccccc. Color #dddeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10111010
Octal 335 336 272
Decimal 221 222 186
Hex DD DE BA

RGB Percentages of Color #dddeba

%35.14
%35.29
%29.57

CMYK Percentages of Color #dddeba

%0
%0
%16
%13

Triadic Colors of #dddeba

#dddeba #baddde #debadd

Analogous Colors of #dddeba

#dddeba #cbdeba #decdba

Monochromatic Colors of #dddeba

#dddeba

Complementary Color

#dddeba #bbbade

#dddeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddeba Color CSS Codes

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

#dddeba Text Font Color

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

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


#dddeba Background Color

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

This div background color is #dddeba


#dddeba Border Color

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

This div border color is #dddeba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,222,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dddeba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dddeba;
  -webkit-box-shadow: 1px 1px 3px 2px #dddeba;
  box-shadow:         1px 1px 3px 2px #dddeba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,222,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddeba

#dddeba Color Palettes


Comments

No comments written yet.

Please login to write comment.