Color Hex Logo

#ddbfae Color Hex

#DDBFAE
(221,191,174)
0 Favorites   0 Comments

Color spaces of #ddbfae

RGB 221191174
HSL0.060.410.77
HSV22°21°87°
CMYK 0.000.140.21   0.13
XYZ56.089655.689747.8374
Yxy55.68970.35140.3489
Hunter Lab74.62553.568414.2310
CIE-Lab79.43698.024012.5036

#ddbfae color RGB value is (221,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 10101110
Octal 335 277 256
Decimal 221 191 174
Hex DD BF AE

RGB Percentages of Color #ddbfae

%37.71
%32.59
%29.69

CMYK Percentages of Color #ddbfae

%0
%14
%21
%13

Triadic Colors of #ddbfae

#ddbfae #aeddbf #bfaedd

Analogous Colors of #ddbfae

#ddbfae #ddd7ae #ddaeb5

Monochromatic Colors of #ddbfae

#ddbfae

Complementary Color

#ddbfae #aeccdd

#ddbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfae Color CSS Codes

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

#ddbfae Text Font Color

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

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


#ddbfae Background Color

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

This div background color is #ddbfae


#ddbfae Border Color

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

This div border color is #ddbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfae


Comments

No comments written yet.

Please login to write comment.