Color Hex Logo

#ddbcaf Color Hex

#DDBCAF
(221,188,175)
0 Favorites   0 Comments

Color spaces of #ddbcaf

RGB 221188175
HSL0.050.400.78
HSV17°21°87°
CMYK 0.000.150.21   0.13
XYZ55.539954.433748.1369
Yxy54.43370.35130.3443
Hunter Lab73.77925.258612.9619
CIE-Lab78.71399.765610.9405

#ddbcaf color RGB value is (221,188,175).

#ddbcaf hex color red value is 221, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddbcaf hue: 0.05 , saturation: 0.40 and the lightness value of ddbcaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10101111
Octal 335 274 257
Decimal 221 188 175
Hex DD BC AF

RGB Percentages of Color #ddbcaf

%37.84
%32.19
%29.97

CMYK Percentages of Color #ddbcaf

%0
%15
%21
%13

Triadic Colors of #ddbcaf

#ddbcaf #afddbc #bcafdd

Analogous Colors of #ddbcaf

#ddbcaf #ddd3af #ddafb9

Monochromatic Colors of #ddbcaf

#ddbcaf

Complementary Color

#ddbcaf #afd0dd

#ddbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcaf Color CSS Codes

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

#ddbcaf Text Font Color

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

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


#ddbcaf Background Color

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

This div background color is #ddbcaf


#ddbcaf Border Color

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

This div border color is #ddbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcaf


Comments

No comments written yet.

Please login to write comment.