Color Hex Logo

#ddcabc Color Hex

#DDCABC
(221,202,188)
1 Favorites   0 Comments

Color spaces of #ddcabc

RGB 221202188
HSL0.070.330.80
HSV25°15°87°
CMYK 0.000.090.15   0.13
XYZ60.016461.244156.2350
Yxy61.24410.33810.3450
Hunter Lab78.2586-0.061212.1765
CIE-Lab82.50984.34599.3800

#ddcabc color RGB value is (221,202,188).

#ddcabc hex color red value is 221, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddcabc hue: 0.07 , saturation: 0.33 and the lightness value of ddcabc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10111100
Octal 335 312 274
Decimal 221 202 188
Hex DD CA BC

RGB Percentages of Color #ddcabc

%36.17
%33.06
%30.77

CMYK Percentages of Color #ddcabc

%0
%9
%15
%13

Triadic Colors of #ddcabc

#ddcabc #bcddca #cabcdd

Analogous Colors of #ddcabc

#ddcabc #dddbbc #ddbcbf

Monochromatic Colors of #ddcabc

#ddcabc

Complementary Color

#ddcabc #bccfdd

#ddcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcabc Color CSS Codes

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

#ddcabc Text Font Color

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

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


#ddcabc Background Color

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

This div background color is #ddcabc


#ddcabc Border Color

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

This div border color is #ddcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcabc


Comments

No comments written yet.

Please login to write comment.