Color Hex Logo

#ddc5ae Color Hex

#DDC5AE
(221,197,174)
0 Favorites   0 Comments

Color spaces of #ddc5ae

RGB 221197174
HSL0.080.410.77
HSV29°21°87°
CMYK 0.000.110.21   0.13
XYZ57.425058.360648.2825
Yxy58.36060.35000.3557
Hunter Lab76.39410.487716.0035
CIE-Lab80.93894.852314.6231

#ddc5ae color RGB value is (221,197,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 10101110
Octal 335 305 256
Decimal 221 197 174
Hex DD C5 AE

RGB Percentages of Color #ddc5ae

%37.33
%33.28
%29.39

CMYK Percentages of Color #ddc5ae

%0
%11
%21
%13

Triadic Colors of #ddc5ae

#ddc5ae #aeddc5 #c5aedd

Analogous Colors of #ddc5ae

#ddc5ae #ddddae #ddaeaf

Monochromatic Colors of #ddc5ae

#ddc5ae

Complementary Color

#ddc5ae #aec6dd

#ddc5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc5ae Color CSS Codes

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

#ddc5ae Text Font Color

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

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


#ddc5ae Background Color

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

This div background color is #ddc5ae


#ddc5ae Border Color

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

This div border color is #ddc5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc5ae


Comments

No comments written yet.

Please login to write comment.