Color Hex Logo

#ddcaa8 Color Hex

#DDCAA8
(221,202,168)
0 Favorites   0 Comments

Color spaces of #ddcaa8

RGB 221202168
HSL0.110.440.76
HSV38°24°87°
CMYK 0.000.090.24   0.13
XYZ58.007260.440445.6546
Yxy60.44040.35350.3683
Hunter Lab77.7434-2.865619.6025
CIE-Lab82.07701.370219.4041

#ddcaa8 color RGB value is (221,202,168).

#ddcaa8 hex color red value is 221, green value is 202 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ddcaa8 hue: 0.11 , saturation: 0.44 and the lightness value of ddcaa8 is 0.76.

The process color (four color CMYK) of #ddcaa8 color hex is 0.00, 0.09, 0.24, 0.13. Web safe color of #ddcaa8 is #cccc99. Color #ddcaa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10101000
Octal 335 312 250
Decimal 221 202 168
Hex DD CA A8

RGB Percentages of Color #ddcaa8

%37.39
%34.18
%28.43

CMYK Percentages of Color #ddcaa8

%0
%9
%24
%13

Triadic Colors of #ddcaa8

#ddcaa8 #a8ddca #caa8dd

Analogous Colors of #ddcaa8

#ddcaa8 #d6dda8 #ddb0a8

Monochromatic Colors of #ddcaa8

#ddcaa8

Complementary Color

#ddcaa8 #a8bbdd

#ddcaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaa8 Color CSS Codes

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

#ddcaa8 Text Font Color

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

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


#ddcaa8 Background Color

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

This div background color is #ddcaa8


#ddcaa8 Border Color

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

This div border color is #ddcaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaa8


Comments

No comments written yet.

Please login to write comment.