Color Hex Logo

#ddbac4 Color Hex

#DDBAC4
(221,186,196)
0 Favorites   0 Comments

Color spaces of #ddbac4

RGB 221186196
HSL0.950.340.80
HSV343°16°87°
CMYK 0.000.160.11   0.13
XYZ57.341554.475559.7171
Yxy54.47550.33430.3176
Hunter Lab73.80759.51453.6942
CIE-Lab78.738214.1329-0.3687

#ddbac4 color RGB value is (221,186,196).

#ddbac4 hex color red value is 221, green value is 186 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ddbac4 hue: 0.95 , saturation: 0.34 and the lightness value of ddbac4 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11000100
Octal 335 272 304
Decimal 221 186 196
Hex DD BA C4

RGB Percentages of Color #ddbac4

%36.65
%30.85
%32.50

CMYK Percentages of Color #ddbac4

%0
%16
%11
%13

Triadic Colors of #ddbac4

#ddbac4 #c4ddba #bac4dd

Analogous Colors of #ddbac4

#ddbac4 #ddc2ba #ddbad6

Monochromatic Colors of #ddbac4

#ddbac4

Complementary Color

#ddbac4 #baddd3

#ddbac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbac4 Color CSS Codes

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

#ddbac4 Text Font Color

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

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


#ddbac4 Background Color

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

This div background color is #ddbac4


#ddbac4 Border Color

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

This div border color is #ddbac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbac4


Comments

No comments written yet.

Please login to write comment.