Color Hex Logo

#ddbaae Color Hex

#DDBAAE
(221,186,174)
0 Favorites   0 Comments

Color spaces of #ddbaae

RGB 221186174
HSL0.040.410.77
HSV15°21°87°
CMYK 0.000.160.21   0.13
XYZ55.017753.546047.4801
Yxy53.54600.35260.3431
Hunter Lab73.17516.151112.7519
CIE-Lab78.196310.682810.7440

#ddbaae color RGB value is (221,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10101110
Octal 335 272 256
Decimal 221 186 174
Hex DD BA AE

RGB Percentages of Color #ddbaae

%38.04
%32.01
%29.95

CMYK Percentages of Color #ddbaae

%0
%16
%21
%13

Triadic Colors of #ddbaae

#ddbaae #aeddba #baaedd

Analogous Colors of #ddbaae

#ddbaae #ddd2ae #ddaeba

Monochromatic Colors of #ddbaae

#ddbaae

Complementary Color

#ddbaae #aed1dd

#ddbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaae Color CSS Codes

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

#ddbaae Text Font Color

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

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


#ddbaae Background Color

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

This div background color is #ddbaae


#ddbaae Border Color

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

This div border color is #ddbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaae


Comments

No comments written yet.

Please login to write comment.