Color Hex Logo

#ddddca Color Hex

#DDDDCA
(221,221,202)
0 Favorites   0 Comments

Color spaces of #ddddca

RGB 221221202
HSL0.170.220.83
HSV60°87°
CMYK 0.000.000.09   0.13
XYZ66.335971.349366.1526
Yxy71.34930.32540.3500
Hunter Lab84.4685-7.638012.6942
CIE-Lab87.6544-3.27309.3228

#ddddca color RGB value is (221,221,202).

#ddddca hex color red value is 221, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddddca hue: 0.17 , saturation: 0.22 and the lightness value of ddddca is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11001010
Octal 335 335 312
Decimal 221 221 202
Hex DD DD CA

RGB Percentages of Color #ddddca

%34.32
%34.32
%31.37

CMYK Percentages of Color #ddddca

%0
%0
%9
%13

Triadic Colors of #ddddca

#ddddca #cadddd #ddcadd

Analogous Colors of #ddddca

#ddddca #d4ddca #ddd4ca

Monochromatic Colors of #ddddca

#ddddca

Complementary Color

#ddddca #cacadd

#ddddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddca Color CSS Codes

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

#ddddca Text Font Color

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

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


#ddddca Background Color

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

This div background color is #ddddca


#ddddca Border Color

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

This div border color is #ddddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddca


Comments

No comments written yet.

Please login to write comment.