Color Hex Logo

#dbaebd Color Hex

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

Color spaces of #dbaebd

RGB 219174189
HSL0.940.380.77
HSV340°21°86°
CMYK 0.000.210.14   0.14
XYZ53.534849.006354.7817
Yxy49.00630.34030.3115
Hunter Lab70.004513.99712.6060
CIE-Lab75.455218.7195-1.3886

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

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

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

Base Numbers

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

RGB Percentages of Color #dbaebd

%37.63
%29.90
%32.47

CMYK Percentages of Color #dbaebd

%0
%21
%14
%14

Triadic Colors of #dbaebd

#dbaebd #bddbae #aebddb

Analogous Colors of #dbaebd

#dbaebd #dbb6ae #dbaed4

Monochromatic Colors of #dbaebd

#dbaebd

Complementary Color

#dbaebd #aedbcc

#dbaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaebd Color CSS Codes

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

#dbaebd Text Font Color

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

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


#dbaebd Background Color

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

This div background color is #dbaebd


#dbaebd Border Color

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

This div border color is #dbaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaebd


Comments

No comments written yet.

Please login to write comment.