Color Hex Logo

#ddbaaf Color Hex

#DDBAAF
(221,186,175)
0 Favorites   0 Comments

Color spaces of #ddbaaf

RGB 221186175
HSL0.040.400.78
HSV14°21°87°
CMYK 0.000.160.21   0.13
XYZ55.115653.585147.9955
Yxy53.58510.35170.3420
Hunter Lab73.20186.294112.3672
CIE-Lab78.219210.831010.2368

#ddbaaf color RGB value is (221,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10101111
Octal 335 272 257
Decimal 221 186 175
Hex DD BA AF

RGB Percentages of Color #ddbaaf

%37.97
%31.96
%30.07

CMYK Percentages of Color #ddbaaf

%0
%16
%21
%13

Triadic Colors of #ddbaaf

#ddbaaf #afddba #baafdd

Analogous Colors of #ddbaaf

#ddbaaf #ddd1af #ddafbb

Monochromatic Colors of #ddbaaf

#ddbaaf

Complementary Color

#ddbaaf #afd2dd

#ddbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaaf Color CSS Codes

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

#ddbaaf Text Font Color

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

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


#ddbaaf Background Color

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

This div background color is #ddbaaf


#ddbaaf Border Color

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

This div border color is #ddbaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,186,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 #ddbaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaaf


Comments

No comments written yet.

Please login to write comment.