Color Hex Logo

#ddda86 Color Hex

#DDDA86
(221,218,134)
0 Favorites   0 Comments

Color spaces of #ddda86

RGB 221218134
HSL0.160.560.70
HSV58°39°87°
CMYK 0.000.010.39   0.13
XYZ59.193367.236232.4123
Yxy67.23620.37270.4233
Hunter Lab81.9977-14.638633.9620
CIE-Lab85.6231-11.043541.6716

#ddda86 color RGB value is (221,218,134).

#ddda86 hex color red value is 221, green value is 218 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ddda86 hue: 0.16 , saturation: 0.56 and the lightness value of ddda86 is 0.70.

The process color (four color CMYK) of #ddda86 color hex is 0.00, 0.01, 0.39, 0.13. Web safe color of #ddda86 is #cccc99. Color #ddda86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10000110
Octal 335 332 206
Decimal 221 218 134
Hex DD DA 86

RGB Percentages of Color #ddda86

%38.57
%38.05
%23.39

CMYK Percentages of Color #ddda86

%0
%1
%39
%13

Triadic Colors of #ddda86

#ddda86 #86ddda #da86dd

Analogous Colors of #ddda86

#ddda86 #b5dd86 #ddaf86

Monochromatic Colors of #ddda86

#ddda86

Complementary Color

#ddda86 #8689dd

#ddda86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda86 Color CSS Codes

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

#ddda86 Text Font Color

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

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


#ddda86 Background Color

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

This div background color is #ddda86


#ddda86 Border Color

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

This div border color is #ddda86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda86


Comments

No comments written yet.

Please login to write comment.