Color Hex Logo

#ddc6ae Color Hex

#DDC6AE
(221,198,174)
0 Favorites   0 Comments

Color spaces of #ddc6ae

RGB 221198174
HSL0.090.410.77
HSV31°21°87°
CMYK 0.000.100.21   0.13
XYZ57.652958.816348.3584
Yxy58.81630.34980.3568
Hunter Lab76.6918-0.023616.2986
CIE-Lab81.19054.326014.9771

#ddc6ae color RGB value is (221,198,174).

#ddc6ae hex color red value is 221, green value is 198 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddc6ae hue: 0.09 , saturation: 0.41 and the lightness value of ddc6ae is 0.77.

The process color (four color CMYK) of #ddc6ae color hex is 0.00, 0.10, 0.21, 0.13. Web safe color of #ddc6ae is #cccc99. Color #ddc6ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 10101110
Octal 335 306 256
Decimal 221 198 174
Hex DD C6 AE

RGB Percentages of Color #ddc6ae

%37.27
%33.39
%29.34

CMYK Percentages of Color #ddc6ae

%0
%10
%21
%13

Triadic Colors of #ddc6ae

#ddc6ae #aeddc6 #c6aedd

Analogous Colors of #ddc6ae

#ddc6ae #ddddae #ddafae

Monochromatic Colors of #ddc6ae

#ddc6ae

Complementary Color

#ddc6ae #aec5dd

#ddc6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc6ae Color CSS Codes

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

#ddc6ae Text Font Color

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

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


#ddc6ae Background Color

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

This div background color is #ddc6ae


#ddc6ae Border Color

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

This div border color is #ddc6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc6ae


Comments

No comments written yet.

Please login to write comment.