Color Hex Logo

#dbaebc Color Hex

#DBAEBC
(219,174,188)
0 Favorites   0 Comments

Color spaces of #dbaebc

RGB 219174188
HSL0.950.380.77
HSV341°21°86°
CMYK 0.000.210.14   0.14
XYZ53.426648.963054.2119
Yxy48.96300.34120.3127
Hunter Lab69.973613.83563.0467
CIE-Lab75.428318.5573-0.8816

#dbaebc color RGB value is (219,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10111100
Octal 333 256 274
Decimal 219 174 188
Hex DB AE BC

RGB Percentages of Color #dbaebc

%37.69
%29.95
%32.36

CMYK Percentages of Color #dbaebc

%0
%21
%14
%14

Triadic Colors of #dbaebc

#dbaebc #bcdbae #aebcdb

Analogous Colors of #dbaebc

#dbaebc #dbb7ae #dbaed3

Monochromatic Colors of #dbaebc

#dbaebc

Complementary Color

#dbaebc #aedbcd

#dbaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaebc Color CSS Codes

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

#dbaebc Text Font Color

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

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


#dbaebc Background Color

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

This div background color is #dbaebc


#dbaebc Border Color

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

This div border color is #dbaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaebc


Comments

No comments written yet.

Please login to write comment.