Color Hex Logo

#dbbdae Color Hex

#DBBDAE
(219,189,174)
0 Favorites   0 Comments

Color spaces of #dbbdae

RGB 219189174
HSL0.060.380.77
HSV20°21°86°
CMYK 0.000.140.21   0.14
XYZ55.051054.511347.6646
Yxy54.51130.35010.3467
Hunter Lab73.83183.888913.4056
CIE-Lab78.75898.341511.5180

#dbbdae color RGB value is (219,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10101110
Octal 333 275 256
Decimal 219 189 174
Hex DB BD AE

RGB Percentages of Color #dbbdae

%37.63
%32.47
%29.90

CMYK Percentages of Color #dbbdae

%0
%14
%21
%14

Triadic Colors of #dbbdae

#dbbdae #aedbbd #bdaedb

Analogous Colors of #dbbdae

#dbbdae #dbd4ae #dbaeb6

Monochromatic Colors of #dbbdae

#dbbdae

Complementary Color

#dbbdae #aeccdb

#dbbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdae Color CSS Codes

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

#dbbdae Text Font Color

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

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


#dbbdae Background Color

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

This div background color is #dbbdae


#dbbdae Border Color

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

This div border color is #dbbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdae


Comments

No comments written yet.

Please login to write comment.