Color Hex Logo

#dddaba Color Hex

#DDDABA
(221,218,186)
0 Favorites   0 Comments

Color spaces of #dddaba

RGB 221218186
HSL0.150.340.80
HSV55°16°87°
CMYK 0.000.010.16   0.13
XYZ63.753169.060156.4242
Yxy69.06010.33690.3649
Hunter Lab83.1024-8.490617.9154
CIE-Lab86.5338-4.275116.1382

#dddaba color RGB value is (221,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10111010
Octal 335 332 272
Decimal 221 218 186
Hex DD DA BA

RGB Percentages of Color #dddaba

%35.36
%34.88
%29.76

CMYK Percentages of Color #dddaba

%0
%1
%16
%13

Triadic Colors of #dddaba

#dddaba #baddda #dabadd

Analogous Colors of #dddaba

#dddaba #cfddba #ddc9ba

Monochromatic Colors of #dddaba

#dddaba

Complementary Color

#dddaba #babddd

#dddaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddaba Color CSS Codes

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

#dddaba Text Font Color

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

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


#dddaba Background Color

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

This div background color is #dddaba


#dddaba Border Color

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

This div border color is #dddaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddaba


Comments

No comments written yet.

Please login to write comment.