Color Hex Logo

#ddbbae Color Hex

#DDBBAE
(221,187,174)
0 Favorites   0 Comments

Color spaces of #ddbbae

RGB 221187174
HSL0.050.410.77
HSV17°21°87°
CMYK 0.000.150.21   0.13
XYZ55.229153.968847.5505
Yxy53.96880.35230.3443
Hunter Lab73.46355.633513.0479
CIE-Lab78.443510.149911.0955

#ddbbae color RGB value is (221,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10101110
Octal 335 273 256
Decimal 221 187 174
Hex DD BB AE

RGB Percentages of Color #ddbbae

%37.97
%32.13
%29.90

CMYK Percentages of Color #ddbbae

%0
%15
%21
%13

Triadic Colors of #ddbbae

#ddbbae #aeddbb #bbaedd

Analogous Colors of #ddbbae

#ddbbae #ddd3ae #ddaeb9

Monochromatic Colors of #ddbbae

#ddbbae

Complementary Color

#ddbbae #aed0dd

#ddbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbae Color CSS Codes

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

#ddbbae Text Font Color

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

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


#ddbbae Background Color

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

This div background color is #ddbbae


#ddbbae Border Color

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

This div border color is #ddbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbae


Comments

No comments written yet.

Please login to write comment.